Searched refs:U24 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_RGB888toYUV420.c | 113 i32_u00 = U24(i32_r00, i32_g00, i32_b00); in M4VIFI_RGB888toYUV420() 118 i32_u10 = U24(i32_r10, i32_g10, i32_b10); in M4VIFI_RGB888toYUV420() 123 i32_u01 = U24(i32_r01, i32_g01, i32_b01); in M4VIFI_RGB888toYUV420() 128 i32_u11 = U24(i32_r11, i32_g11, i32_b11); in M4VIFI_RGB888toYUV420()
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
D | M4VIFI_Defines.h | 104 #define U24(r,g,b) CLIP(128 + ( ( -(11059 * r) - (21709 * g) + (32768 * b)) >>16)) macro
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 1336 i32_u00 = U24(i32_r00, i32_g00, i32_b00); in M4VIFI_RGB888toYUV420() 1341 i32_u10 = U24(i32_r10, i32_g10, i32_b10); in M4VIFI_RGB888toYUV420() 1346 i32_u01 = U24(i32_r01, i32_g01, i32_b01); in M4VIFI_RGB888toYUV420() 1351 i32_u11 = U24(i32_r11, i32_g11, i32_b11); in M4VIFI_RGB888toYUV420()
|