Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc102 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()
Dplanar_functions.cc176 void Convert8To16Plane(const uint8_t* src_y, in Convert8To16Plane() function
/external/libyuv/files/source/
Dconvert_from.cc102 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()
Dplanar_functions.cc176 void Convert8To16Plane(const uint8_t* src_y, in Convert8To16Plane() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h70 void Convert8To16Plane(const uint8_t* src_y,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h70 void Convert8To16Plane(const uint8_t* src_y,
/external/libyuv/files/unit_test/
Dplanar_test.cc2825 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()