Home
last modified time | relevance | path

Searched refs:pu8_u (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
DM4VIFI_RGB888toYUV420.c53 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; in M4VIFI_RGB888toYUV420() local
99 pu8_u = pu8_u_data; in M4VIFI_RGB888toYUV420()
133 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_RGB888toYUV420()
140 pu8_u ++; in M4VIFI_RGB888toYUV420()
DM4VIFI_BGR565toYUV420.c67 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; in M4VIFI_BGR565toYUV420() local
119 pu8_u = pu8_u_data; in M4VIFI_BGR565toYUV420()
171 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_BGR565toYUV420()
181 pu8_u ++; in M4VIFI_BGR565toYUV420()
DM4VIFI_RGB565toYUV420.c68 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; in M4VIFI_RGB565toYUV420() local
121 pu8_u = pu8_u_data; in M4VIFI_RGB565toYUV420()
174 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_RGB565toYUV420()
184 pu8_u ++; in M4VIFI_RGB565toYUV420()
/frameworks/av/libvideoeditor/vss/src/
DM4VIFI_xVSS_RGB565toYUV420.c68 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; in M4VIFI_xVSS_RGB565toYUV420() local
122 pu8_u = pu8_u_data; in M4VIFI_xVSS_RGB565toYUV420()
193 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_xVSS_RGB565toYUV420()
202 pu8_u ++; in M4VIFI_xVSS_RGB565toYUV420()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp1096 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; in M4VIFI_xVSS_RGB565toYUV420() local
1150 pu8_u = pu8_u_data; in M4VIFI_xVSS_RGB565toYUV420()
1221 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_xVSS_RGB565toYUV420()
1230 pu8_u ++; in M4VIFI_xVSS_RGB565toYUV420()
1276 M4VIFI_UInt8 *pu8_yn, *pu8_ys, *pu8_u, *pu8_v; in M4VIFI_RGB888toYUV420() local
1322 pu8_u = pu8_u_data; in M4VIFI_RGB888toYUV420()
1356 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2); in M4VIFI_RGB888toYUV420()
1363 pu8_u ++; in M4VIFI_RGB888toYUV420()