Searched refs:YUY2ToYRow_SSE2 (Results 1 – 20 of 20) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_x86.asm | 22 ; void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix)
|
D | row_any.cc | 324 ANY11(YUY2ToYRow_Any_SSE2, YUY2ToYRow_SSE2, 1, 4, 1, 15)
|
D | convert.cc | 408 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI420()
|
D | row_gcc.cc | 2820 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_SSE2() function
|
D | planar_functions.cc | 315 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI422()
|
D | row_common.cc | 2269 YUY2ToYRow_SSE2(src_yuy2, row_y, twidth); in YUY2ToARGBRow_SSSE3()
|
D | row_win.cc | 3802 void YUY2ToYRow_SSE2(const uint8* src_yuy2, in YUY2ToYRow_SSE2() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 465 ANY11(YUY2ToYRow_Any_SSE2, YUY2ToYRow_SSE2, 1, 4, 1, 15)
|
D | planar_functions.cc | 506 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI422() 668 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToY()
|
D | convert.cc | 389 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI420()
|
D | row_gcc.cc | 3071 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2() function
|
D | row_win.cc | 3825 __declspec(naked) void YUY2ToYRow_SSE2(const uint8* src_yuy2,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 549 ANY11(YUY2ToYRow_Any_SSE2, YUY2ToYRow_SSE2, 1, 4, 1, 15)
|
D | planar_functions.cc | 703 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI422() 865 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToY()
|
D | row_gcc.cc | 4084 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_SSE2() function
|
D | convert.cc | 471 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI420()
|
D | row_win.cc | 3835 __declspec(naked) void YUY2ToYRow_SSE2(const uint8_t* src_yuy2,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1562 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2538 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 2753 void YUY2ToYRow_SSE2(const uint8_t* src_yuy2, uint8_t* dst_y, int width);
|