Searched defs:i32_y00 (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
171 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
189 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c64 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
147 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
165 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
H A DM4VIFI_RGB565toYUV420.c65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
150 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
168 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
H A DM4VIFI_RGB888toYUV420.c50 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
115 i32_y00 = Y24(i32_r00, i32_g00, i32_b00); /* matrix luminance */
116 pu8_yn[0]= (M4VIFI_UInt8)i32_y00;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1093 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1199 i32_y00 = Y16(i32_r00, i32_g00, i32_b00);
1217 pu8_yn[0] = (M4VIFI_UInt8)i32_y00;
1273 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1338 i32_y00 = Y24(i32_r00, i32_g00, i32_b00); /* matrix luminance */
1339 pu8_yn[0]= (M4VIFI_UInt8)i32_y00;

Completed in 13 milliseconds