Searched refs:i32_y10 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
176 i32_y10 = Y16(i32_r10, i32_g10, i32_b10);
190 pu8_yn[1] = (M4VIFI_UInt8)i32_y10;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c64 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
152 i32_y10 = Y16(i32_r10, i32_g10, i32_b10);
166 pu8_yn[1] = (M4VIFI_UInt8)i32_y10;
H A DM4VIFI_RGB565toYUV420.c65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
155 i32_y10 = Y16(i32_r10, i32_g10, i32_b10);
169 pu8_yn[1] = (M4VIFI_UInt8)i32_y10;
H A DM4VIFI_RGB888toYUV420.c50 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
120 i32_y10 = Y24(i32_r10, i32_g10, i32_b10);
121 pu8_yn[1]= (M4VIFI_UInt8)i32_y10;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1093 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1204 i32_y10 = Y16(i32_r10, i32_g10, i32_b10);
1218 pu8_yn[1] = (M4VIFI_UInt8)i32_y10;
1273 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1343 i32_y10 = Y24(i32_r10, i32_g10, i32_b10);
1344 pu8_yn[1]= (M4VIFI_UInt8)i32_y10;

Completed in 2665 milliseconds