Searched refs:Convert16To8Plane (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 185 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()
|
D | planar_functions.cc | 126 void Convert16To8Plane(const uint16_t* src_y, in Convert16To8Plane() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 61 void Convert16To8Plane(const uint16_t* src_y,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 61 void Convert16To8Plane(const uint16_t* src_y,
|
/external/libyuv/files/source/ |
D | convert.cc | 185 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()
|
D | planar_functions.cc | 126 void Convert16To8Plane(const uint16_t* src_y, in Convert16To8Plane() function
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2748 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()
|