Searched refs:MergeUVRow_SSE2 (Results 1 – 6 of 6) 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 | 313 MergeUVRow_ = MergeUVRow_SSE2; in ARGBToNV12() 416 MergeUVRow_ = MergeUVRow_SSE2; in ARGBToNV21()
|
D | convert_from.cc | 407 MergeUVRow_ = MergeUVRow_SSE2; in I420ToNV12()
|
D | row_posix.cc | 3179 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, in MergeUVRow_SSE2() function
|
D | row_win.cc | 3573 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 | 783 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
|