Searched refs:i32_u10 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_RGB888toYUV420.c | 51 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; in M4VIFI_RGB888toYUV420() local 118 i32_u10 = U24(i32_r10, i32_g10, i32_b10); in M4VIFI_RGB888toYUV420() 133 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_RGB888toYUV420()
|
D | M4VIFI_BGR565toYUV420.c | 65 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; in M4VIFI_BGR565toYUV420() local 149 i32_u10 = U16(i32_r10, i32_g10, i32_b10); in M4VIFI_BGR565toYUV420() 171 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_BGR565toYUV420()
|
D | M4VIFI_RGB565toYUV420.c | 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; in M4VIFI_RGB565toYUV420() local 152 i32_u10 = U16(i32_r10, i32_g10, i32_b10); in M4VIFI_RGB565toYUV420() 174 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_RGB565toYUV420()
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4VIFI_xVSS_RGB565toYUV420.c | 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; in M4VIFI_xVSS_RGB565toYUV420() local 173 i32_u10 = U16(i32_r10, i32_g10, i32_b10); in M4VIFI_xVSS_RGB565toYUV420() 193 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_xVSS_RGB565toYUV420()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 1094 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; in M4VIFI_xVSS_RGB565toYUV420() local 1201 i32_u10 = U16(i32_r10, i32_g10, i32_b10); in M4VIFI_xVSS_RGB565toYUV420() 1221 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_xVSS_RGB565toYUV420() 1274 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; in M4VIFI_RGB888toYUV420() local 1341 i32_u10 = U24(i32_r10, i32_g10, i32_b10); in M4VIFI_RGB888toYUV420() 1356 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_RGB888toYUV420()
|