Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_gcc.cc3071 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2()
3097 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, in YUY2ToUVRow_SSE2()
3139 void YUY2ToUV422Row_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_SSE2()
3280 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_AVX2()
3308 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, in YUY2ToUVRow_AVX2()
3351 void YUY2ToUV422Row_AVX2(const uint8* src_yuy2, in YUY2ToUV422Row_AVX2()
Drow_neon.cc525 void YUY2ToARGBRow_NEON(const uint8* src_yuy2, in YUY2ToARGBRow_NEON()
955 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
989 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, in YUY2ToUV422Row_NEON()
1035 void YUY2ToUVRow_NEON(const uint8* src_yuy2, in YUY2ToUVRow_NEON()
Drow_neon64.cc526 void YUY2ToARGBRow_NEON(const uint8* src_yuy2, in YUY2ToARGBRow_NEON()
965 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
999 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, in YUY2ToUV422Row_NEON()
1045 void YUY2ToUVRow_NEON(const uint8* src_yuy2, in YUY2ToUVRow_NEON()
Dplanar_functions.cc468 int YUY2ToI422(const uint8* src_yuy2, in YUY2ToI422()
640 int YUY2ToY(const uint8* src_yuy2, in YUY2ToY()
3115 int YUY2ToNV12(const uint8* src_yuy2, in YUY2ToNV12()
Drow_common.cc1610 void YUY2ToARGBRow_C(const uint8* src_yuy2, in YUY2ToARGBRow_C()
1794 void YUY2ToUVRow_C(const uint8* src_yuy2, in YUY2ToUVRow_C()
1811 void YUY2ToUV422Row_C(const uint8* src_yuy2, in YUY2ToUV422Row_C()
1827 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C()
Dconvert.cc362 int YUY2ToI420(const uint8* src_yuy2, in YUY2ToI420()
Drow_msa.cc641 void YUY2ToYRow_MSA(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_MSA()
655 void YUY2ToUVRow_MSA(const uint8* src_yuy2, in YUY2ToUVRow_MSA()
685 void YUY2ToUV422Row_MSA(const uint8* src_yuy2, in YUY2ToUV422Row_MSA()
2798 void YUY2ToARGBRow_MSA(const uint8* src_yuy2, in YUY2ToARGBRow_MSA()
Dconvert_argb.cc1519 int YUY2ToARGB(const uint8* src_yuy2, in YUY2ToARGB()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc3069 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2()
3094 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2()
3132 void YUY2ToUV422Row_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_SSE2()
3263 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_AVX2()
3290 void YUY2ToUVRow_AVX2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_AVX2()
3329 void YUY2ToUV422Row_AVX2(const uint8* src_yuy2, in YUY2ToUV422Row_AVX2()
Drow_neon.cc568 void YUY2ToARGBRow_NEON(const uint8* src_yuy2, in YUY2ToARGBRow_NEON()
990 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
1024 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON()
1066 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON()
Drow_neon64.cc562 void YUY2ToARGBRow_NEON(const uint8* src_yuy2, in YUY2ToARGBRow_NEON()
993 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
1027 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON()
1069 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON()
Drow_common.cc1658 void YUY2ToARGBRow_C(const uint8* src_yuy2, in YUY2ToARGBRow_C()
1840 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToUVRow_C()
1854 void YUY2ToUV422Row_C(const uint8* src_yuy2, in YUY2ToUV422Row_C()
1868 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C()
Dplanar_functions.cc416 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI422()
2613 int YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToNV12()
Dconvert.cc349 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI420()
Dconvert_argb.cc1335 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToARGB()