Searched refs:Convert8To16Plane (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 102 Convert8To16Plane(src_y, src_stride_y, dst_y, dst_stride_y, 1024, width, in I420ToI010() 105 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 1024, halfwidth, in I420ToI010() 107 Convert8To16Plane(src_v, src_stride_v, dst_v, dst_stride_v, 1024, halfwidth, in I420ToI010()
|
D | planar_functions.cc | 176 void Convert8To16Plane(const uint8_t* src_y, in Convert8To16Plane() function
|
/external/libyuv/files/source/ |
D | convert_from.cc | 102 Convert8To16Plane(src_y, src_stride_y, dst_y, dst_stride_y, 1024, width, in I420ToI010() 105 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 1024, halfwidth, in I420ToI010() 107 Convert8To16Plane(src_v, src_stride_v, dst_v, dst_stride_v, 1024, halfwidth, in I420ToI010()
|
D | planar_functions.cc | 176 void Convert8To16Plane(const uint8_t* src_y, in Convert8To16Plane() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 70 void Convert8To16Plane(const uint8_t* src_y,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 70 void Convert8To16Plane(const uint8_t* src_y,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2825 TEST_F(LibYUVPlanarTest, Convert8To16Plane) { in TEST_F() argument 2836 Convert8To16Plane(src_pixels_y, benchmark_width_, in TEST_F() 2843 Convert8To16Plane(src_pixels_y, benchmark_width_, in TEST_F()
|