Searched refs:i32_v00 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c67 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
169 i32_v00 = V16(i32_r00, i32_g00, i32_b00);
194 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c66 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
145 i32_v00 = V16(i32_r00, i32_g00, i32_b00);
172 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
H A DM4VIFI_RGB565toYUV420.c67 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
148 i32_v00 = V16(i32_r00, i32_g00, i32_b00);
175 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
H A DM4VIFI_RGB888toYUV420.c52 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
114 i32_v00 = V24(i32_r00, i32_g00, i32_b00);
134 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1095 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
1197 i32_v00 = V16(i32_r00, i32_g00, i32_b00);
1222 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
1275 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
1337 i32_v00 = V24(i32_r00, i32_g00, i32_b00);
1357 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);

Completed in 706 milliseconds