Home
last modified time | relevance | path

Searched refs:src_stride_yuy2 (Results 1 – 24 of 24) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc469 int src_stride_yuy2, in YUY2ToI422() argument
489 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToI422()
490 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToI422()
493 if (src_stride_yuy2 == width * 2 && dst_stride_y == width && in YUY2ToI422()
498 src_stride_yuy2 = dst_stride_y = dst_stride_u = dst_stride_v = 0; in YUY2ToI422()
544 src_yuy2 += src_stride_yuy2; in YUY2ToI422()
641 int src_stride_yuy2, in YUY2ToY() argument
655 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToY()
656 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToY()
659 if (src_stride_yuy2 == width * 2 && dst_stride_y == width) { in YUY2ToY()
[all …]
Dconvert.cc363 int src_stride_yuy2, in YUY2ToI420() argument
373 void (*YUY2ToUVRow)(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_u, in YUY2ToI420()
380 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToI420()
381 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToI420()
425 YUY2ToUVRow(src_yuy2, src_stride_yuy2, dst_u, dst_v, width); in YUY2ToI420()
427 YUY2ToYRow(src_yuy2 + src_stride_yuy2, dst_y + dst_stride_y, width); in YUY2ToI420()
428 src_yuy2 += src_stride_yuy2 * 2; in YUY2ToI420()
Dconvert_argb.cc1578 int src_stride_yuy2, in YUY2ToARGB() argument
1593 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToARGB()
1594 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToARGB()
1597 if (src_stride_yuy2 == width * 2 && dst_stride_argb == width * 4) { in YUY2ToARGB()
1600 src_stride_yuy2 = dst_stride_argb = 0; in YUY2ToARGB()
1636 src_yuy2 += src_stride_yuy2; in YUY2ToARGB()
Drow_common.cc1795 int src_stride_yuy2, in YUY2ToUVRow_C() argument
1802 dst_u[0] = (src_yuy2[1] + src_yuy2[src_stride_yuy2 + 1] + 1) >> 1; in YUY2ToUVRow_C()
1803 dst_v[0] = (src_yuy2[3] + src_yuy2[src_stride_yuy2 + 3] + 1) >> 1; in YUY2ToUVRow_C()
Drow_msa.cc656 int src_stride_yuy2, in YUY2ToUVRow_MSA() argument
660 const uint8* src_yuy2_next = src_yuy2 + src_stride_yuy2; in YUY2ToUVRow_MSA()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc894 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToARGB() argument
907 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToARGB()
908 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToARGB()
911 if (src_stride_yuy2 == width * 2 && in YUY2ToARGB()
915 src_stride_yuy2 = dst_stride_argb = 0; in YUY2ToARGB()
943 src_yuy2 += src_stride_yuy2; in YUY2ToARGB()
Dplanar_functions.cc283 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI422() argument
297 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToI422()
298 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToI422()
301 if (src_stride_yuy2 == width * 2 && in YUY2ToI422()
307 src_stride_yuy2 = dst_stride_y = dst_stride_u = dst_stride_v = 0; in YUY2ToI422()
345 src_yuy2 += src_stride_yuy2; in YUY2ToI422()
2345 int YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToNV12() argument
2364 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToNV12()
2365 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToNV12()
2432 SplitUVRow(src_yuy2 + src_stride_yuy2, dst_y + dst_stride_y, in YUY2ToNV12()
[all …]
Dconvert.cc386 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI420() argument
392 void (*YUY2ToUVRow)(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI420()
399 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToI420()
400 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToI420()
434 YUY2ToUVRow(src_yuy2, src_stride_yuy2, dst_u, dst_v, width); in YUY2ToI420()
436 YUY2ToYRow(src_yuy2 + src_stride_yuy2, dst_y + dst_stride_y, width); in YUY2ToI420()
437 src_yuy2 += src_stride_yuy2 * 2; in YUY2ToI420()
Drow_common.cc1727 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToUVRow_C() argument
1732 dst_u[0] = (src_yuy2[1] + src_yuy2[src_stride_yuy2 + 1] + 1) >> 1; in YUY2ToUVRow_C()
1733 dst_v[0] = (src_yuy2[3] + src_yuy2[src_stride_yuy2 + 3] + 1) >> 1; in YUY2ToUVRow_C()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc666 int src_stride_yuy2, in YUY2ToI422() argument
686 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToI422()
687 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToI422()
690 if (src_stride_yuy2 == width * 2 && dst_stride_y == width && in YUY2ToI422()
695 src_stride_yuy2 = dst_stride_y = dst_stride_u = dst_stride_v = 0; in YUY2ToI422()
741 src_yuy2 += src_stride_yuy2; in YUY2ToI422()
838 int src_stride_yuy2, in YUY2ToY() argument
852 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToY()
853 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToY()
856 if (src_stride_yuy2 == width * 2 && dst_stride_y == width) { in YUY2ToY()
[all …]
Dconvert.cc444 int src_stride_yuy2, in YUY2ToI420() argument
454 void (*YUY2ToUVRow)(const uint8_t* src_yuy2, int src_stride_yuy2, in YUY2ToI420()
462 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToI420()
463 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToI420()
507 YUY2ToUVRow(src_yuy2, src_stride_yuy2, dst_u, dst_v, width); in YUY2ToI420()
509 YUY2ToYRow(src_yuy2 + src_stride_yuy2, dst_y + dst_stride_y, width); in YUY2ToI420()
510 src_yuy2 += src_stride_yuy2 * 2; in YUY2ToI420()
Dconvert_argb.cc1982 int src_stride_yuy2, in YUY2ToARGB() argument
1997 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2; in YUY2ToARGB()
1998 src_stride_yuy2 = -src_stride_yuy2; in YUY2ToARGB()
2001 if (src_stride_yuy2 == width * 2 && dst_stride_argb == width * 4) { in YUY2ToARGB()
2004 src_stride_yuy2 = dst_stride_argb = 0; in YUY2ToARGB()
2040 src_yuy2 += src_stride_yuy2; in YUY2ToARGB()
Drow_common.cc2220 int src_stride_yuy2, in YUY2ToUVRow_C() argument
2227 dst_u[0] = (src_yuy2[1] + src_yuy2[src_stride_yuy2 + 1] + 1) >> 1; in YUY2ToUVRow_C()
2228 dst_v[0] = (src_yuy2[3] + src_yuy2[src_stride_yuy2 + 3] + 1) >> 1; in YUY2ToUVRow_C()
Drow_msa.cc656 int src_stride_yuy2, in YUY2ToUVRow_MSA() argument
660 const uint8_t* src_yuy2_next = src_yuy2 + src_stride_yuy2; in YUY2ToUVRow_MSA()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h122 int src_stride_yuy2,
147 int src_stride_yuy2,
167 int src_stride_yuy2,
Dconvert.h128 int src_stride_yuy2,
Dconvert_argb.h227 int src_stride_yuy2,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h184 int src_stride_yuy2,
209 int src_stride_yuy2,
229 int src_stride_yuy2,
Dconvert.h165 int src_stride_yuy2,
Dconvert_argb.h313 int src_stride_yuy2,
Drow.h2775 int src_stride_yuy2,
2785 int src_stride_yuy2,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dplanar_functions.h75 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2,
90 int YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2,
Dconvert_argb.h109 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2,
Dconvert.h97 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2,