/frameworks/av/libvideoeditor/vss/src/ |
M4VIFI_xVSS_RGB565toYUV420.c | 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local 183 i32_u11 = U16(i32_r11, i32_g11, i32_b11); 193 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_BGR565toYUV420.c | 65 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local 159 i32_u11 = U16(i32_r11, i32_g11, i32_b11); 171 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
|
M4VIFI_RGB565toYUV420.c | 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local 162 i32_u11 = U16(i32_r11, i32_g11, i32_b11); 174 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
|
M4VIFI_RGB888toYUV420.c | 51 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local 128 i32_u11 = U24(i32_r11, i32_g11, i32_b11); 133 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | 1094 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local 1274 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local [all...] |