Searched refs:i32_y01 (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
181 i32_y01 = Y16(i32_r01, i32_g01, i32_b01);
191 pu8_ys[0] = (M4VIFI_UInt8)i32_y01;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c64 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
157 i32_y01 = Y16(i32_r01, i32_g01, i32_b01);
167 pu8_ys[0] = (M4VIFI_UInt8)i32_y01;
H A DM4VIFI_RGB565toYUV420.c65 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
160 i32_y01 = Y16(i32_r01, i32_g01, i32_b01);
170 pu8_ys[0] = (M4VIFI_UInt8)i32_y01;
H A DM4VIFI_RGB888toYUV420.c50 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
125 i32_y01 = Y24(i32_r01, i32_g01, i32_b01);
126 pu8_ys[0]= (M4VIFI_UInt8)i32_y01;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1093 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1209 i32_y01 = Y16(i32_r01, i32_g01, i32_b01);
1219 pu8_ys[0] = (M4VIFI_UInt8)i32_y01;
1273 M4VIFI_Int32 i32_y00, i32_y01, i32_y10, i32_y11; local
1348 i32_y01 = Y24(i32_r01, i32_g01, i32_b01);
1349 pu8_ys[0]= (M4VIFI_UInt8)i32_y01;

Completed in 853 milliseconds