Searched refs:MergeUVPlane (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 63 void MergeUVPlane(const uint8* src_u,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 51 void MergeUVPlane(const uint8* src_u, int src_stride_u,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2452 MergeUVPlane(tmp_pixels_u, benchmark_width_, tmp_pixels_v, benchmark_width_, in TEST_F() 2462 MergeUVPlane(tmp_pixels_u, benchmark_width_, tmp_pixels_v, benchmark_width_, in TEST_F() 2496 MergeUVPlane(tmp_pixels_u, benchmark_width_, tmp_pixels_v, benchmark_width_, in TEST_F() 2506 MergeUVPlane(tmp_pixels_u, benchmark_width_, tmp_pixels_v, benchmark_width_, in TEST_F()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 381 MergeUVPlane(src_u, src_stride_u, in I420ToNV12()
|
D | planar_functions.cc | 305 void MergeUVPlane(const uint8* src_u, int src_stride_u, in MergeUVPlane() function
|
/external/libyuv/files/source/ |
D | convert_from.cc | 414 MergeUVPlane(src_u, src_stride_u, src_v, src_stride_v, dst_uv, dst_stride_uv, in I420ToNV12()
|
D | planar_functions.cc | 335 void MergeUVPlane(const uint8* src_u, in MergeUVPlane() function
|