Searched defs:src_yuy2 (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 695 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()
|
D | row_win.cc | 2575 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()
|
D | row_posix.cc | 2175 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()
|
D | convert.cc | 492 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()
|
D | row_common.cc | 747 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()
|
D | convert_argb.cc | 676 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToARGB()
|
D | planar_functions.cc | 110 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, in YUY2ToI422()
|