Searched refs:YUY2ToYRow_SSE2 (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_x86.asm | 22 ; void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix)
|
D | convert.cc | 465 YUY2ToYRow = YUY2ToYRow_SSE2; in Q420ToI420() 541 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI420()
|
D | planar_functions.cc | 310 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI422()
|
D | row_posix.cc | 3470 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_SSE2() function
|
D | row_common.cc | 2135 YUY2ToYRow_SSE2(src_yuy2, row_y, width); in YUY2ToARGBRow_SSSE3()
|
D | row_win.cc | 4139 void YUY2ToYRow_SSE2(const uint8* src_yuy2, in YUY2ToYRow_SSE2() function
|
/external/libyuv/files/source/ |
D | row_posix.cc | 2175 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_SSE2() function
|
D | convert.cc | 549 YUY2ToYRow = YUY2ToYRow_SSE2; in Q420ToI420() 672 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI420()
|
D | convert_argb.cc | 704 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToARGB()
|
D | planar_functions.cc | 139 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI422()
|
D | row_win.cc | 2575 void YUY2ToYRow_SSE2(const uint8* src_yuy2, in YUY2ToYRow_SSE2() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 603 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1399 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix);
|