Searched refs:SplitUVRow_SSE2 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_x86.asm | 69 ; void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix)
|
D | row_any.cc | 561 ANY12(SplitUVRow_Any_SSE2, SplitUVRow_SSE2, 0, 2, 0, 15)
|
D | planar_functions.cc | 2371 SplitUVRow = SplitUVRow_SSE2; in YUY2ToNV12() 2475 SplitUVRow = SplitUVRow_SSE2; in UYVYToNV12()
|
D | convert.cc | 286 SplitUVRow = SplitUVRow_SSE2; in X420ToI420()
|
D | row_gcc.cc | 2497 void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) { in SplitUVRow_SSE2() function
|
D | row_win.cc | 3196 void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) { in SplitUVRow_SSE2() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 775 void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);
|