Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dconvert.cc443 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
H A Dconvert_argb.cc1981 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dconvert.cc618 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
H A Dconvert_argb.cc2758 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()
/aosp_15_r20/external/libyuv/source/
H A Drow_gcc.cc6780 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_SSE2()
6804 void YUY2ToNVUVRow_SSE2(const uint8_t* src_yuy2, in YUY2ToNVUVRow_SSE2()
6831 void YUY2ToUVRow_SSE2(const uint8_t* src_yuy2, in YUY2ToUVRow_SSE2()
6871 void YUY2ToUV422Row_SSE2(const uint8_t* src_yuy2, in YUY2ToUV422Row_SSE2()
7005 void YUY2ToYRow_AVX2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_AVX2()
7031 void YUY2ToNVUVRow_AVX2(const uint8_t* src_yuy2, in YUY2ToNVUVRow_AVX2()
7060 void YUY2ToUVRow_AVX2(const uint8_t* src_yuy2, in YUY2ToUVRow_AVX2()
7101 void YUY2ToUV422Row_AVX2(const uint8_t* src_yuy2, in YUY2ToUV422Row_AVX2()
H A Drow_neon.cc545 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON()
1524 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1554 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON()
1594 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
1648 void YUY2ToNVUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToNVUVRow_NEON()
H A Drow_neon64.cc566 void YUY2ToARGBRow_NEON(const uint8_t* src_yuy2, in YUY2ToARGBRow_NEON()
1739 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1771 void YUY2ToUV422Row_NEON(const uint8_t* src_yuy2, in YUY2ToUV422Row_NEON()
1813 void YUY2ToUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToUVRow_NEON()
1869 void YUY2ToNVUVRow_NEON(const uint8_t* src_yuy2, in YUY2ToNVUVRow_NEON()
H A Drow_common.cc2669 void YUY2ToARGBRow_C(const uint8_t* src_yuy2, in YUY2ToARGBRow_C()
3268 void YUY2ToUVRow_C(const uint8_t* src_yuy2, in YUY2ToUVRow_C()
3285 void YUY2ToNVUVRow_C(const uint8_t* src_yuy2, in YUY2ToNVUVRow_C()
3300 void YUY2ToUV422Row_C(const uint8_t* src_yuy2, in YUY2ToUV422Row_C()
3316 void YUY2ToYRow_C(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_C()
H A Dplanar_functions.cc2059 int YUY2ToI422(const uint8_t* src_yuy2, in YUY2ToI422()
2271 int YUY2ToY(const uint8_t* src_yuy2, in YUY2ToY()
5428 int YUY2ToNV12(const uint8_t* src_yuy2, in YUY2ToNV12()
H A 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()
H A Drow_lsx.cc653 void YUY2ToYRow_LSX(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_LSX()
667 void YUY2ToUVRow_LSX(const uint8_t* src_yuy2, in YUY2ToUVRow_LSX()
695 void YUY2ToUV422Row_LSX(const uint8_t* src_yuy2, in YUY2ToUV422Row_LSX()
2307 void YUY2ToARGBRow_LSX(const uint8_t* src_yuy2, in YUY2ToARGBRow_LSX()
H A 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()
H A Dconvert.cc1522 int YUY2ToI420(const uint8_t* src_yuy2, in YUY2ToI420()
H A Dconvert_argb.cc4460 int YUY2ToARGB(const uint8_t* src_yuy2, in YUY2ToARGB()