Searched refs:SplitUVRow_SSE2 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 264 SplitUVRow = SplitUVRow_SSE2; in SplitUVPlane() 2639 SplitUVRow = SplitUVRow_SSE2; in YUY2ToNV12() 2737 SplitUVRow = SplitUVRow_SSE2; in UYVYToNV12()
|
D | row_any.cc | 706 ANY12(SplitUVRow_Any_SSE2, SplitUVRow_SSE2, 0, 2, 0, 15)
|
D | row_gcc.cc | 2702 void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_SSE2() function
|
D | row_win.cc | 3250 void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 294 SplitUVRow = SplitUVRow_SSE2; in SplitUVPlane() 3143 SplitUVRow = SplitUVRow_SSE2; in YUY2ToNV12() 3251 SplitUVRow = SplitUVRow_SSE2; in UYVYToNV12()
|
D | row_any.cc | 904 ANY12(SplitUVRow_Any_SSE2, SplitUVRow_SSE2, 0, 2, 0, 15)
|
D | row_gcc.cc | 2653 void SplitUVRow_SSE2(const uint8* src_uv, in SplitUVRow_SSE2() function
|
D | row_win.cc | 3130 __declspec(naked) void SplitUVRow_SSE2(const uint8* src_uv,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 835 void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1370 void SplitUVRow_SSE2(const uint8* src_uv,
|