/frameworks/av/libvideoeditor/vss/src/ |
M4VIFI_xVSS_RGB565toYUV420.c | 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local 178 i32_u01 = U16(i32_r01, i32_g01, i32_b01); 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 154 i32_u01 = U16(i32_r01, i32_g01, i32_b01); 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 157 i32_u01 = U16(i32_r01, i32_g01, i32_b01); 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 123 i32_u01 = U24(i32_r01, i32_g01, i32_b01); 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...] |