Searched refs:pu8_u (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
122 pu8_u = pu8_u_data;
193 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
202 pu8_u ++;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c67 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
119 pu8_u = pu8_u_data;
171 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
181 pu8_u ++;
H A DM4VIFI_RGB565toYUV420.c68 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
121 pu8_u = pu8_u_data;
174 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
184 pu8_u ++;
H A DM4VIFI_RGB888toYUV420.c53 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
99 pu8_u = pu8_u_data;
133 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
140 pu8_u ++;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1096 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
1150 pu8_u = pu8_u_data;
1221 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
1230 pu8_u ++;
1276 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; local
1322 pu8_u = pu8_u_data;
1356 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
1363 pu8_u ++;

Completed in 78 milliseconds