| /external/libaom/libaom/third_party/libyuv/source/ |
| D | row_gcc.cc | 2820 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_SSE2() 2845 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() 2883 void YUY2ToUV422Row_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_SSE2() 3014 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_AVX2() 3041 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2() 3080 void YUY2ToUV422Row_AVX2(const uint8* src_yuy2, in YUY2ToUV422Row_AVX2()
|
| D | row_neon.cc | 701 void YUY2ToARGBRow_NEON(const uint8* src_yuy2, in YUY2ToARGBRow_NEON() 1118 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON() 1154 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() 1198 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON()
|
| D | row_neon64.cc | 675 void YUY2ToARGBRow_NEON(const uint8* src_yuy2, in YUY2ToARGBRow_NEON() 1119 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON() 1157 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() 1203 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON()
|
| D | row_win.cc | 3582 void YUY2ToYRow_AVX2(const uint8* src_yuy2, in YUY2ToYRow_AVX2() 3609 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2() 3653 void YUY2ToUV422Row_AVX2(const uint8* src_yuy2, in YUY2ToUV422Row_AVX2() 3802 void YUY2ToYRow_SSE2(const uint8* src_yuy2, in YUY2ToYRow_SSE2() 3827 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2() 3870 void YUY2ToUV422Row_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_SSE2()
|
| D | row_common.cc | 1498 void YUY2ToARGBRow_C(const uint8* src_yuy2, in YUY2ToARGBRow_C() 1727 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToUVRow_C() 1741 void YUY2ToUV422Row_C(const uint8* src_yuy2, in YUY2ToUV422Row_C() 1755 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C() 2261 void YUY2ToARGBRow_SSSE3(const uint8* src_yuy2, uint8* dst_argb, int width) { in YUY2ToARGBRow_SSSE3() 2437 void YUY2ToARGBRow_AVX2(const uint8* src_yuy2, uint8* dst_argb, int width) { in YUY2ToARGBRow_AVX2()
|
| D | convert_argb.cc | 894 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToARGB()
|
| D | planar_functions.cc | 283 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI422() 2345 int YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToNV12()
|
| D | convert.cc | 386 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI420()
|
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| D | row_neon.cc | 504 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON() 941 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() 971 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON() 1011 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
|
| D | row_neon64.cc | 543 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON() 996 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() 1026 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON() 1066 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
|
| D | row_gcc.cc | 4084 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_SSE2() 4108 void YUY2ToUVRow_SSE2(const uint8_t* src_yuy2, in YUY2ToUVRow_SSE2() 4148 void YUY2ToUV422Row_SSE2(const uint8_t* src_yuy2, in YUY2ToUV422Row_SSE2() 4282 void YUY2ToYRow_AVX2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_AVX2() 4308 void YUY2ToUVRow_AVX2(const uint8_t* src_yuy2, in YUY2ToUVRow_AVX2() 4349 void YUY2ToUV422Row_AVX2(const uint8_t* src_yuy2, in YUY2ToUV422Row_AVX2()
|
| D | planar_functions.cc | 665 int YUY2ToI422(const uint8_t* src_yuy2, in YUY2ToI422() 837 int YUY2ToY(const uint8_t* src_yuy2, in YUY2ToY() 3353 int YUY2ToNV12(const uint8_t* src_yuy2, in YUY2ToNV12()
|
| D | row_common.cc | 1939 void YUY2ToARGBRow_C(const uint8_t* src_yuy2, in YUY2ToARGBRow_C() 2219 void YUY2ToUVRow_C(const uint8_t* src_yuy2, in YUY2ToUVRow_C() 2236 void YUY2ToUV422Row_C(const uint8_t* src_yuy2, in YUY2ToUV422Row_C() 2252 void YUY2ToYRow_C(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_C()
|
| D | convert.cc | 443 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
|
| D | row_msa.cc | 641 void YUY2ToYRow_MSA(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_MSA() 655 void YUY2ToUVRow_MSA(const uint8_t* src_yuy2, in YUY2ToUVRow_MSA() 685 void YUY2ToUV422Row_MSA(const uint8_t* src_yuy2, in YUY2ToUV422Row_MSA() 2810 void YUY2ToARGBRow_MSA(const uint8_t* src_yuy2, in YUY2ToARGBRow_MSA()
|
| D | convert_argb.cc | 1981 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()
|
| /external/libyuv/files/source/ |
| D | row_neon.cc | 504 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON() 941 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() 971 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON() 1011 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
|
| D | row_neon64.cc | 543 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON() 996 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() 1026 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON() 1066 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
|
| D | row_gcc.cc | 4084 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_SSE2() 4108 void YUY2ToUVRow_SSE2(const uint8_t* src_yuy2, in YUY2ToUVRow_SSE2() 4148 void YUY2ToUV422Row_SSE2(const uint8_t* src_yuy2, in YUY2ToUV422Row_SSE2() 4282 void YUY2ToYRow_AVX2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_AVX2() 4308 void YUY2ToUVRow_AVX2(const uint8_t* src_yuy2, in YUY2ToUVRow_AVX2() 4349 void YUY2ToUV422Row_AVX2(const uint8_t* src_yuy2, in YUY2ToUV422Row_AVX2()
|
| D | planar_functions.cc | 761 int YUY2ToI422(const uint8_t* src_yuy2, in YUY2ToI422() 953 int YUY2ToY(const uint8_t* src_yuy2, in YUY2ToY() 3673 int YUY2ToNV12(const uint8_t* src_yuy2, in YUY2ToNV12()
|
| D | row_mmi.cc | 5161 void YUY2ToUVRow_MMI(const uint8_t* src_yuy2, in YUY2ToUVRow_MMI() 5239 void YUY2ToUV422Row_MMI(const uint8_t* src_yuy2, in YUY2ToUV422Row_MMI() 5296 void YUY2ToYRow_MMI(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_MMI()
|
| D | row_common.cc | 1939 void YUY2ToARGBRow_C(const uint8_t* src_yuy2, in YUY2ToARGBRow_C() 2219 void YUY2ToUVRow_C(const uint8_t* src_yuy2, in YUY2ToUVRow_C() 2236 void YUY2ToUV422Row_C(const uint8_t* src_yuy2, in YUY2ToUV422Row_C() 2252 void YUY2ToYRow_C(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_C()
|
| D | row_msa.cc | 641 void YUY2ToYRow_MSA(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_MSA() 655 void YUY2ToUVRow_MSA(const uint8_t* src_yuy2, in YUY2ToUVRow_MSA() 685 void YUY2ToUV422Row_MSA(const uint8_t* src_yuy2, in YUY2ToUV422Row_MSA() 2810 void YUY2ToARGBRow_MSA(const uint8_t* src_yuy2, in YUY2ToARGBRow_MSA()
|
| D | convert.cc | 701 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
|
| D | convert_argb.cc | 2121 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()
|