Home
last modified time | relevance | path

Searched defs:src_yuy2 (Results 1 – 25 of 26) sorted by relevance

12

/external/libvpx/third_party/libyuv/source/
Drow_neon.cc504 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()
Drow_neon64.cc543 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()
Drow_gcc.cc4084 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()
Dplanar_functions.cc665 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()
Drow_common.cc1939 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()
Dconvert.cc443 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
Drow_msa.cc641 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()
Dconvert_argb.cc1981 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()
/external/libaom/third_party/libyuv/source/
Drow_neon64.cc581 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON()
1139 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1171 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON()
1213 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
Drow_neon.cc507 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON()
1001 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1031 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON()
1071 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
Drow_gcc.cc4284 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_SSE2()
4308 void YUY2ToUVRow_SSE2(const uint8_t* src_yuy2, in YUY2ToUVRow_SSE2()
4348 void YUY2ToUV422Row_SSE2(const uint8_t* src_yuy2, in YUY2ToUV422Row_SSE2()
4482 void YUY2ToYRow_AVX2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_AVX2()
4508 void YUY2ToUVRow_AVX2(const uint8_t* src_yuy2, in YUY2ToUVRow_AVX2()
4549 void YUY2ToUV422Row_AVX2(const uint8_t* src_yuy2, in YUY2ToUV422Row_AVX2()
Dplanar_functions.cc763 int YUY2ToI422(const uint8_t* src_yuy2, in YUY2ToI422()
955 int YUY2ToY(const uint8_t* src_yuy2, in YUY2ToY()
3791 int YUY2ToNV12(const uint8_t* src_yuy2, in YUY2ToNV12()
Drow_common.cc2310 void YUY2ToARGBRow_C(const uint8_t* src_yuy2, in YUY2ToARGBRow_C()
2618 void YUY2ToUVRow_C(const uint8_t* src_yuy2, in YUY2ToUVRow_C()
2635 void YUY2ToUV422Row_C(const uint8_t* src_yuy2, in YUY2ToUV422Row_C()
2651 void YUY2ToYRow_C(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_C()
Dconvert.cc618 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
Dconvert_argb.cc2758 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()
/external/libyuv/files/source/
Drow_neon.cc520 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON()
1384 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1414 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON()
1454 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
Drow_gcc.cc6440 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_SSE2()
6464 void YUY2ToUVRow_SSE2(const uint8_t* src_yuy2, in YUY2ToUVRow_SSE2()
6504 void YUY2ToUV422Row_SSE2(const uint8_t* src_yuy2, in YUY2ToUV422Row_SSE2()
6638 void YUY2ToYRow_AVX2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_AVX2()
6664 void YUY2ToUVRow_AVX2(const uint8_t* src_yuy2, in YUY2ToUVRow_AVX2()
6705 void YUY2ToUV422Row_AVX2(const uint8_t* src_yuy2, in YUY2ToUV422Row_AVX2()
Drow_neon64.cc543 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON()
1602 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1634 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON()
1676 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
Drow_mmi.cc5237 void YUY2ToUVRow_MMI(const uint8_t* src_yuy2, in YUY2ToUVRow_MMI()
5315 void YUY2ToUV422Row_MMI(const uint8_t* src_yuy2, in YUY2ToUV422Row_MMI()
5372 void YUY2ToYRow_MMI(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_MMI()
7535 void YUY2ToARGBRow_MMI(const uint8_t* src_yuy2, in YUY2ToARGBRow_MMI()
Dplanar_functions.cc1819 int YUY2ToI422(const uint8_t* src_yuy2, in YUY2ToI422()
2011 int YUY2ToY(const uint8_t* src_yuy2, in YUY2ToY()
5034 int YUY2ToNV12(const uint8_t* src_yuy2, in YUY2ToNV12()
Drow_lasx.cc639 void YUY2ToYRow_LASX(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_LASX()
654 void YUY2ToUVRow_LASX(const uint8_t* src_yuy2, in YUY2ToUVRow_LASX()
685 void YUY2ToUV422Row_LASX(const uint8_t* src_yuy2, in YUY2ToUV422Row_LASX()
Drow_common.cc2504 void YUY2ToARGBRow_C(const uint8_t* src_yuy2, in YUY2ToARGBRow_C()
3030 void YUY2ToUVRow_C(const uint8_t* src_yuy2, in YUY2ToUVRow_C()
3047 void YUY2ToUV422Row_C(const uint8_t* src_yuy2, in YUY2ToUV422Row_C()
3063 void YUY2ToYRow_C(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_C()
Drow_msa.cc670 void YUY2ToYRow_MSA(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_MSA()
684 void YUY2ToUVRow_MSA(const uint8_t* src_yuy2, in YUY2ToUVRow_MSA()
714 void YUY2ToUV422Row_MSA(const uint8_t* src_yuy2, in YUY2ToUV422Row_MSA()
2897 void YUY2ToARGBRow_MSA(const uint8_t* src_yuy2, in YUY2ToARGBRow_MSA()
Dconvert.cc1172 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
Drow_lsx.cc1359 void YUY2ToARGBRow_LSX(const uint8_t* src_yuy2, in YUY2ToARGBRow_LSX()

12