Home
last modified time | relevance | path

Searched defs:src_y (Results 1 – 25 of 117) sorted by relevance

12345

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_argb.cc181 const uint8* src_y = sample + (src_width * crop_y + crop_x); in ConvertToARGB() local
206 const uint8* src_y = sample + (src_width * crop_y + crop_x); in ConvertToARGB() local
225 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
249 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
268 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
Dconvert_from.cc33 static int I420ToI4xx(const uint8* src_y, int src_stride_y, in I420ToI4xx()
64 int I420ToI422(const uint8* src_y, int src_stride_y, in I420ToI422()
86 int I420ToI444(const uint8* src_y, int src_stride_y, in I420ToI444()
108 int I420ToI411(const uint8* src_y, int src_stride_y, in I420ToI411()
129 int I400Copy(const uint8* src_y, int src_stride_y, in I400Copy()
147 int I422ToYUY2(const uint8* src_y, int src_stride_y, in I422ToYUY2()
203 int I420ToYUY2(const uint8* src_y, int src_stride_y, in I420ToYUY2()
255 int I422ToUYVY(const uint8* src_y, int src_stride_y, in I422ToUYVY()
311 int I420ToUYVY(const uint8* src_y, int src_stride_y, in I420ToUYVY()
363 int I420ToNV12(const uint8* src_y, int src_stride_y, in I420ToNV12()
[all …]
Dconvert_to_i420.cc219 const uint8* src_y = sample + (src_width * crop_y + crop_x); in ConvertToI420() local
246 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
272 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
293 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
Drow_neon.cc170 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
200 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
230 void I411ToARGBRow_NEON(const uint8* src_y, in I411ToARGBRow_NEON()
260 void I422ToBGRARow_NEON(const uint8* src_y, in I422ToBGRARow_NEON()
291 void I422ToABGRRow_NEON(const uint8* src_y, in I422ToABGRRow_NEON()
322 void I422ToRGBARow_NEON(const uint8* src_y, in I422ToRGBARow_NEON()
352 void I422ToRGB24Row_NEON(const uint8* src_y, in I422ToRGB24Row_NEON()
381 void I422ToRAWRow_NEON(const uint8* src_y, in I422ToRAWRow_NEON()
423 void I422ToRGB565Row_NEON(const uint8* src_y, in I422ToRGB565Row_NEON()
468 void I422ToARGB1555Row_NEON(const uint8* src_y, in I422ToARGB1555Row_NEON()
[all …]
Drow_neon64.cc171 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
200 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
229 void I411ToARGBRow_NEON(const uint8* src_y, in I411ToARGBRow_NEON()
258 void I422ToBGRARow_NEON(const uint8* src_y, in I422ToBGRARow_NEON()
287 void I422ToABGRRow_NEON(const uint8* src_y, in I422ToABGRRow_NEON()
316 void I422ToRGBARow_NEON(const uint8* src_y, in I422ToRGBARow_NEON()
345 void I422ToRGB24Row_NEON(const uint8* src_y, in I422ToRGB24Row_NEON()
373 void I422ToRAWRow_NEON(const uint8* src_y, in I422ToRAWRow_NEON()
408 void I422ToRGB565Row_NEON(const uint8* src_y, in I422ToRGB565Row_NEON()
446 void I422ToARGB1555Row_NEON(const uint8* src_y, in I422ToARGB1555Row_NEON()
[all …]
Dconvert_argb.cc49 int I444ToARGB(const uint8* src_y, int src_stride_y, in I444ToARGB()
117 int I422ToARGB(const uint8* src_y, int src_stride_y, in I422ToARGB()
194 int I411ToARGB(const uint8* src_y, int src_stride_y, in I411ToARGB()
262 int I400ToARGB(const uint8* src_y, int src_stride_y, in I400ToARGB()
321 int J400ToARGB(const uint8* src_y, int src_stride_y, in J400ToARGB()
722 int NV12ToARGB(const uint8* src_y, int src_stride_y, in NV12ToARGB()
779 int NV21ToARGB(const uint8* src_y, int src_stride_y, in NV21ToARGB()
1008 int J420ToARGB(const uint8* src_y, int src_stride_y, in J420ToARGB()
1077 int J422ToARGB(const uint8* src_y, int src_stride_y, in J422ToARGB()
Drow_common.cc985 void J400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_C()
1089 void I444ToARGBRow_C(const uint8* src_y, in I444ToARGBRow_C()
1113 void I444ToARGBRow_C(const uint8* src_y, in I444ToARGBRow_C()
1132 void I422ToARGBRow_C(const uint8* src_y, in I422ToARGBRow_C()
1157 void J422ToARGBRow_C(const uint8* src_y, in J422ToARGBRow_C()
1182 void I422ToRGB24Row_C(const uint8* src_y, in I422ToRGB24Row_C()
1204 void I422ToRAWRow_C(const uint8* src_y, in I422ToRAWRow_C()
1226 void I422ToARGB4444Row_C(const uint8* src_y, in I422ToARGB4444Row_C()
1264 void I422ToARGB1555Row_C(const uint8* src_y, in I422ToARGB1555Row_C()
1302 void I422ToRGB565Row_C(const uint8* src_y, in I422ToRGB565Row_C()
[all …]
Dplanar_functions.cc28 void CopyPlane(const uint8* src_y, int src_stride_y, in CopyPlane()
79 void CopyPlane_16(const uint16* src_y, int src_stride_y, in CopyPlane_16()
122 int I422Copy(const uint8* src_y, int src_stride_y, in I422Copy()
153 int I444Copy(const uint8* src_y, int src_stride_y, in I444Copy()
184 int I400ToI400(const uint8* src_y, int src_stride_y, in I400ToI400()
202 int I420ToI400(const uint8* src_y, int src_stride_y, in I420ToI400()
221 void MirrorPlane(const uint8* src_y, int src_stride_y, in MirrorPlane()
427 int I400Mirror(const uint8* src_y, int src_stride_y, in I400Mirror()
447 int I420Mirror(const uint8* src_y, int src_stride_y, in I420Mirror()
783 int I422ToBGRA(const uint8* src_y, int src_stride_y, in I422ToBGRA()
[all …]
Dconvert.cc31 static int I4xxToI420(const uint8* src_y, int src_stride_y, in I4xxToI420()
63 int I420Copy(const uint8* src_y, int src_stride_y, in I420Copy()
101 int I422ToI420(const uint8* src_y, int src_stride_y, in I422ToI420()
122 int I444ToI420(const uint8* src_y, int src_stride_y, in I444ToI420()
142 int I411ToI420(const uint8* src_y, int src_stride_y, in I411ToI420()
162 int I400ToI420(const uint8* src_y, int src_stride_y, in I400ToI420()
238 static int X420ToI420(const uint8* src_y, in X420ToI420()
339 int NV12ToI420(const uint8* src_y, int src_stride_y, in NV12ToI420()
355 int NV21ToI420(const uint8* src_y, int src_stride_y, in NV21ToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc33 static int I420ToI4xx(const uint8_t* src_y, in I420ToI4xx()
70 int I420ToI010(const uint8_t* src_y, in I420ToI010()
115 int I420ToI422(const uint8_t* src_y, in I420ToI422()
140 int I420ToI444(const uint8_t* src_y, in I420ToI444()
164 int I400Copy(const uint8_t* src_y, in I400Copy()
184 int I422ToYUY2(const uint8_t* src_y, in I422ToYUY2()
250 int I420ToYUY2(const uint8_t* src_y, in I420ToYUY2()
322 int I422ToUYVY(const uint8_t* src_y, in I422ToUYVY()
396 int I420ToUYVY(const uint8_t* src_y, in I420ToUYVY()
469 int I420ToNV12(const uint8_t* src_y, in I420ToNV12()
[all …]
Dconvert_argb.cc51 static int I420ToARGBMatrix(const uint8_t* src_y, in I420ToARGBMatrix()
123 int I420ToARGB(const uint8_t* src_y, in I420ToARGB()
140 int I420ToABGR(const uint8_t* src_y, in I420ToABGR()
159 int J420ToARGB(const uint8_t* src_y, in J420ToARGB()
176 int J420ToABGR(const uint8_t* src_y, in J420ToABGR()
195 int H420ToARGB(const uint8_t* src_y, in H420ToARGB()
212 int H420ToABGR(const uint8_t* src_y, in H420ToABGR()
230 static int I422ToARGBMatrix(const uint8_t* src_y, in I422ToARGBMatrix()
307 int I422ToARGB(const uint8_t* src_y, in I422ToARGB()
324 int I422ToABGR(const uint8_t* src_y, in I422ToABGR()
[all …]
Dconvert_to_argb.cc190 const uint8_t* src_y = sample + (src_width * crop_y + crop_x); in ConvertToARGB() local
212 const uint8_t* src_y = sample + (src_width * crop_y + crop_x); in ConvertToARGB() local
228 const uint8_t* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
249 const uint8_t* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
Dconvert_to_i420.cc190 const uint8_t* src_y = sample + (src_width * crop_y + crop_x); in ConvertToI420() local
213 const uint8_t* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
235 const uint8_t* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
Drow_neon.cc109 void I444ToARGBRow_NEON(const uint8_t* src_y, in I444ToARGBRow_NEON()
135 void I422ToARGBRow_NEON(const uint8_t* src_y, in I422ToARGBRow_NEON()
161 void I422AlphaToARGBRow_NEON(const uint8_t* src_y, in I422AlphaToARGBRow_NEON()
189 void I422ToRGBARow_NEON(const uint8_t* src_y, in I422ToRGBARow_NEON()
215 void I422ToRGB24Row_NEON(const uint8_t* src_y, in I422ToRGB24Row_NEON()
247 void I422ToRGB565Row_NEON(const uint8_t* src_y, in I422ToRGB565Row_NEON()
281 void I422ToARGB1555Row_NEON(const uint8_t* src_y, in I422ToARGB1555Row_NEON()
316 void I422ToARGB4444Row_NEON(const uint8_t* src_y, in I422ToARGB4444Row_NEON()
345 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_neon64.cc115 void I444ToARGBRow_NEON(const uint8_t* src_y, in I444ToARGBRow_NEON()
144 void I422ToARGBRow_NEON(const uint8_t* src_y, in I422ToARGBRow_NEON()
173 void I422AlphaToARGBRow_NEON(const uint8_t* src_y, in I422AlphaToARGBRow_NEON()
204 void I422ToRGBARow_NEON(const uint8_t* src_y, in I422ToRGBARow_NEON()
233 void I422ToRGB24Row_NEON(const uint8_t* src_y, in I422ToRGB24Row_NEON()
268 void I422ToRGB565Row_NEON(const uint8_t* src_y, in I422ToRGB565Row_NEON()
304 void I422ToARGB1555Row_NEON(const uint8_t* src_y, in I422ToARGB1555Row_NEON()
342 void I422ToARGB4444Row_NEON(const uint8_t* src_y, in I422ToARGB4444Row_NEON()
373 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON()
395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_common.cc1049 void J400ToARGBRow_C(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_C()
1480 void I444ToARGBRow_C(const uint8_t* src_y, in I444ToARGBRow_C()
1508 void I444ToARGBRow_C(const uint8_t* src_y, in I444ToARGBRow_C()
1528 void I422ToARGBRow_C(const uint8_t* src_y, in I422ToARGBRow_C()
1555 void I210ToARGBRow_C(const uint16_t* src_y, in I210ToARGBRow_C()
1594 void I210ToAR30Row_C(const uint16_t* src_y, in I210ToAR30Row_C()
1622 void I422ToAR30Row_C(const uint8_t* src_y, in I422ToAR30Row_C()
1648 void I422AlphaToARGBRow_C(const uint8_t* src_y, in I422AlphaToARGBRow_C()
1676 void I422ToRGB24Row_C(const uint8_t* src_y, in I422ToRGB24Row_C()
1699 void I422ToARGB4444Row_C(const uint8_t* src_y, in I422ToARGB4444Row_C()
[all …]
Dconvert.cc31 static int I4xxToI420(const uint8_t* src_y, in I4xxToI420()
69 int I420Copy(const uint8_t* src_y, in I420Copy()
111 int I010Copy(const uint16_t* src_y, in I010Copy()
153 int I010ToI420(const uint16_t* src_y, in I010ToI420()
198 int I422ToI420(const uint8_t* src_y, in I422ToI420()
221 int I444ToI420(const uint8_t* src_y, in I444ToI420()
242 int I400ToI420(const uint8_t* src_y, in I400ToI420()
323 static int X420ToI420(const uint8_t* src_y, in X420ToI420()
387 int NV12ToI420(const uint8_t* src_y, in NV12ToI420()
406 int NV21ToI420(const uint8_t* src_y, in NV21ToI420()
[all …]
/external/libyuv/files/source/
Dconvert_from.cc33 static int I420ToI4xx(const uint8* src_y, in I420ToI4xx()
71 int I420ToI422(const uint8* src_y, in I420ToI422()
96 int I420ToI444(const uint8* src_y, in I420ToI444()
120 int I400Copy(const uint8* src_y, in I400Copy()
140 int I422ToYUY2(const uint8* src_y, in I422ToYUY2()
198 int I420ToYUY2(const uint8* src_y, in I420ToYUY2()
262 int I422ToUYVY(const uint8* src_y, in I422ToUYVY()
328 int I420ToUYVY(const uint8* src_y, in I420ToUYVY()
393 int I420ToNV12(const uint8* src_y, in I420ToNV12()
420 int I420ToNV21(const uint8* src_y, in I420ToNV21()
[all …]
Dconvert_argb.cc51 static int I420ToARGBMatrix(const uint8* src_y, in I420ToARGBMatrix()
132 int I420ToARGB(const uint8* src_y, in I420ToARGB()
149 int I420ToABGR(const uint8* src_y, in I420ToABGR()
168 int J420ToARGB(const uint8* src_y, in J420ToARGB()
185 int J420ToABGR(const uint8* src_y, in J420ToABGR()
204 int H420ToARGB(const uint8* src_y, in H420ToARGB()
221 int H420ToABGR(const uint8* src_y, in H420ToABGR()
239 static int I422ToARGBMatrix(const uint8* src_y, in I422ToARGBMatrix()
325 int I422ToARGB(const uint8* src_y, in I422ToARGB()
342 int I422ToABGR(const uint8* src_y, in I422ToABGR()
[all …]
Dconvert_to_argb.cc169 const uint8* src_y = sample + (src_width * crop_y + crop_x); in ConvertToARGB() local
191 const uint8* src_y = sample + (src_width * crop_y + crop_x); in ConvertToARGB() local
207 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
228 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToARGB() local
Dconvert_to_i420.cc178 const uint8* src_y = sample + (src_width * crop_y + crop_x); in ConvertToI420() local
201 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
223 const uint8* src_y = sample + src_width * crop_y + crop_x; in ConvertToI420() local
Drow_neon64.cc128 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
158 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
188 void I422AlphaToARGBRow_NEON(const uint8* src_y, in I422AlphaToARGBRow_NEON()
221 void I422ToRGBARow_NEON(const uint8* src_y, in I422ToRGBARow_NEON()
251 void I422ToRGB24Row_NEON(const uint8* src_y, in I422ToRGB24Row_NEON()
287 void I422ToRGB565Row_NEON(const uint8* src_y, in I422ToRGB565Row_NEON()
326 void I422ToARGB1555Row_NEON(const uint8* src_y, in I422ToARGB1555Row_NEON()
367 void I422ToARGB4444Row_NEON(const uint8* src_y, in I422ToARGB4444Row_NEON()
399 void I400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in I400ToARGBRow_NEON()
422 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Drow_neon.cc128 void I444ToARGBRow_NEON(const uint8* src_y, in I444ToARGBRow_NEON()
158 void I422ToARGBRow_NEON(const uint8* src_y, in I422ToARGBRow_NEON()
188 void I422AlphaToARGBRow_NEON(const uint8* src_y, in I422AlphaToARGBRow_NEON()
221 void I422ToRGBARow_NEON(const uint8* src_y, in I422ToRGBARow_NEON()
251 void I422ToRGB24Row_NEON(const uint8* src_y, in I422ToRGB24Row_NEON()
287 void I422ToRGB565Row_NEON(const uint8* src_y, in I422ToRGB565Row_NEON()
326 void I422ToARGB1555Row_NEON(const uint8* src_y, in I422ToARGB1555Row_NEON()
366 void I422ToARGB4444Row_NEON(const uint8* src_y, in I422ToARGB4444Row_NEON()
398 void I400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in I400ToARGBRow_NEON()
421 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_NEON()
[all …]
Dconvert.cc31 static int I4xxToI420(const uint8* src_y, in I4xxToI420()
69 int I420Copy(const uint8* src_y, in I420Copy()
112 int I422ToI420(const uint8* src_y, in I422ToI420()
135 int I444ToI420(const uint8* src_y, in I444ToI420()
156 int I400ToI420(const uint8* src_y, in I400ToI420()
242 static int X420ToI420(const uint8* src_y, in X420ToI420()
306 int NV12ToI420(const uint8* src_y, in NV12ToI420()
325 int NV21ToI420(const uint8* src_y, in NV21ToI420()
1647 int Android420ToI420(const uint8* src_y, in Android420ToI420()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_copy_image.c40 int src_x, int src_y, int src_z, unsigned src_level, in copy_miptrees()
72 int src_x, int src_y, int src_z, in intel_copy_image_sub_data()

12345