Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_neon.cc695 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON()
731 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON()
773 void YUY2ToUVRow_NEON(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_NEON()
Drow_posix.cc2175 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_SSE2()
2202 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2()
2242 void YUY2ToUV422Row_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_SSE2()
2278 void YUY2ToYRow_Unaligned_SSE2(const uint8* src_yuy2, in YUY2ToYRow_Unaligned_SSE2()
2306 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, in YUY2ToUVRow_Unaligned_SSE2()
2347 void YUY2ToUV422Row_Unaligned_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_Unaligned_SSE2()
Drow_win.cc2575 void YUY2ToYRow_SSE2(const uint8* src_yuy2, in YUY2ToYRow_SSE2()
2601 void YUY2ToUVRow_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_SSE2()
2645 void YUY2ToUV422Row_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_SSE2()
2682 void YUY2ToYRow_Unaligned_SSE2(const uint8* src_yuy2, in YUY2ToYRow_Unaligned_SSE2()
2708 void YUY2ToUVRow_Unaligned_SSE2(const uint8* src_yuy2, int stride_yuy2, in YUY2ToUVRow_Unaligned_SSE2()
2752 void YUY2ToUV422Row_Unaligned_SSE2(const uint8* src_yuy2, in YUY2ToUV422Row_Unaligned_SSE2()
Dconvert.cc492 const uint8* src_yuy2, int src_stride_yuy2, in Q420ToI420()
612 static bool TestReadSafe(const uint8* src_yuy2, int src_stride_yuy2, in TestReadSafe()
643 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI420()
Drow_common.cc747 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToUVRow_C()
760 void YUY2ToUV422Row_C(const uint8* src_yuy2, in YUY2ToUV422Row_C()
773 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C()
Dconvert_argb.cc676 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToARGB()
Dplanar_functions.cc110 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI422()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc2820 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()
Drow_neon.cc701 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()
Drow_win.cc3582 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()
Drow_neon64.cc675 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()
Drow_common.cc1498 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()
Dconvert_argb.cc894 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToARGB()
Dplanar_functions.cc283 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()
Dconvert.cc386 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI420()