Home
last modified time | relevance | path

Searched refs:i32_u10 (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
DM4VIFI_RGB888toYUV420.c51 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()
DM4VIFI_BGR565toYUV420.c65 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()
DM4VIFI_RGB565toYUV420.c66 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/
DM4VIFI_xVSS_RGB565toYUV420.c66 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/
DVideoEditorTools.cpp1094 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()