Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc185 Convert16To8Plane(src_y, src_stride_y, dst_y, dst_stride_y, 16384, width, in I010ToI420()
188 Convert16To8Plane(src_u, src_stride_u, dst_u, dst_stride_u, 16384, halfwidth, in I010ToI420()
190 Convert16To8Plane(src_v, src_stride_v, dst_v, dst_stride_v, 16384, halfwidth, in I010ToI420()
Dplanar_functions.cc126 void Convert16To8Plane(const uint16_t* src_y, in Convert16To8Plane() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h61 void Convert16To8Plane(const uint16_t* src_y,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h61 void Convert16To8Plane(const uint16_t* src_y,
/external/libyuv/files/source/
Dconvert.cc185 Convert16To8Plane(src_y, src_stride_y, dst_y, dst_stride_y, 16384, width, in I010ToI420()
188 Convert16To8Plane(src_u, src_stride_u, dst_u, dst_stride_u, 16384, halfwidth, in I010ToI420()
190 Convert16To8Plane(src_v, src_stride_v, dst_v, dst_stride_v, 16384, halfwidth, in I010ToI420()
Dplanar_functions.cc126 void Convert16To8Plane(const uint16_t* src_y, in Convert16To8Plane() function
/external/libyuv/files/unit_test/
Dplanar_test.cc2748 TEST_F(LibYUVPlanarTest, Convert16To8Plane) { in TEST_F() argument
2759 Convert16To8Plane(reinterpret_cast<const uint16_t*>(src_pixels_y), in TEST_F()
2765 Convert16To8Plane(reinterpret_cast<const uint16_t*>(src_pixels_y), in TEST_F()