Searched refs:V24 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_RGB888toYUV420.c114 i32_v00 = V24(i32_r00, i32_g00, i32_b00);
119 i32_v10 = V24(i32_r10, i32_g10, i32_b10);
124 i32_v01 = V24(i32_r01, i32_g01, i32_b01);
129 i32_v11 = V24(i32_r11, i32_g11, i32_b11);
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VIFI_Defines.h105 #define V24(r,g,b) CLIP(128 + ( ( (32768 * r) - (27426 * g) - (5329 * b)) >>16)) macro
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1337 i32_v00 = V24(i32_r00, i32_g00, i32_b00);
1342 i32_v10 = V24(i32_r10, i32_g10, i32_b10);
1347 i32_v01 = V24(i32_r01, i32_g01, i32_b01);
1352 i32_v11 = V24(i32_r11, i32_g11, i32_b11);

Completed in 431 milliseconds