Home
last modified time | relevance | path

Searched refs:MergeUVPlane (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/include/libyuv/
Dplanar_functions.h63 void MergeUVPlane(const uint8* src_u,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h51 void MergeUVPlane(const uint8* src_u, int src_stride_u,
/external/libyuv/files/unit_test/
Dplanar_test.cc2452 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/
Dconvert_from.cc381 MergeUVPlane(src_u, src_stride_u, in I420ToNV12()
Dplanar_functions.cc305 void MergeUVPlane(const uint8* src_u, int src_stride_u, in MergeUVPlane() function
/external/libyuv/files/source/
Dconvert_from.cc414 MergeUVPlane(src_u, src_stride_u, src_v, src_stride_v, dst_uv, dst_stride_uv, in I420ToNV12()
Dplanar_functions.cc335 void MergeUVPlane(const uint8* src_u, in MergeUVPlane() function