Searched defs:i32_y11 (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
186 i32_y11 = Y16(i32_r11, i32_g11, i32_b11);
192 pu8_ys[1] = (M4VIFI_UInt8)i32_y11;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c64 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
162 i32_y11 = Y16(i32_r11, i32_g11, i32_b11);
168 pu8_ys[1] = (M4VIFI_UInt8)i32_y11;
H A DM4VIFI_RGB565toYUV420.c65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
165 i32_y11 = Y16(i32_r11, i32_g11, i32_b11);
171 pu8_ys[1] = (M4VIFI_UInt8)i32_y11;
H A DM4VIFI_RGB888toYUV420.c50 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
130 i32_y11 = Y24(i32_r11, i32_g11, i32_b11);
131 pu8_ys[1] = (M4VIFI_UInt8)i32_y11;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1093 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1214 i32_y11 = Y16(i32_r11, i32_g11, i32_b11);
1220 pu8_ys[1] = (M4VIFI_UInt8)i32_y11;
1273 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1353 i32_y11 = Y24(i32_r11, i32_g11, i32_b11);
1354 pu8_ys[1] = (M4VIFI_UInt8)i32_y11;

Completed in 13 milliseconds