Searched refs:MergeUVRow_SSE2 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_x86.asm | 109 ; void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
|
D | convert_from_argb.cc | 322 MergeUVRow_ = MergeUVRow_SSE2; in ARGBToNV12() 431 MergeUVRow_ = MergeUVRow_SSE2; in ARGBToNV21()
|
D | row_any.cc | 167 ANY21(MergeUVRow_Any_SSE2, MergeUVRow_SSE2, 0, 1, 1, 2, 15)
|
D | convert_from.cc | 406 MergeUVRow_ = MergeUVRow_SSE2; in I420ToNV12()
|
D | row_gcc.cc | 2563 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, in MergeUVRow_SSE2() function
|
D | row_win.cc | 3272 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, in MergeUVRow_SSE2() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 791 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
|