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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c68 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
124 pu8_v = pu8_v_data;
194 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
204 pu8_v ++;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c67 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
121 pu8_v = pu8_v_data;
172 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
183 pu8_v ++;
H A DM4VIFI_RGB565toYUV420.c68 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
123 pu8_v = pu8_v_data;
175 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
186 pu8_v ++;
H A DM4VIFI_RGB888toYUV420.c53 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
100 pu8_v = pu8_v_data;
134 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
141 pu8_v ++;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1096 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
1152 pu8_v = pu8_v_data;
1222 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
1232 pu8_v ++;
1276 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
1323 pu8_v = pu8_v_data;
1357 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
1364 pu8_v ++;

Completed in 345 milliseconds