Searched refs:YUY2ToYRow_SSE2 (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 397 ANY11(YUY2ToYRow_Any_SSE2, YUY2ToYRow_SSE2, 1, 4, 1, 15)
|
D | convert.cc | 371 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI420()
|
D | row_gcc.cc | 3069 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2() function
|
D | planar_functions.cc | 448 YUY2ToYRow = YUY2ToYRow_SSE2; in YUY2ToI422()
|
D | row_win.cc | 3899 void YUY2ToYRow_SSE2(const uint8* src_yuy2,
|
/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/include/libyuv/ |
D | row.h | 1656 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2538 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width);
|