Searched refs:ScaleRowDown2Box_16_C (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 785 ScaleRowDown2Box_16_C(&orig_pixels[0], 2560, &dst_pixels_c[0], 1280); in TEST_F() 792 ScaleRowDown2Box_16_C(&orig_pixels[0], 2560, &dst_pixels_opt[0], 1280); in TEST_F() 795 ScaleRowDown2Box_16_C(&orig_pixels[0], 2560, &dst_pixels_opt[0], 1280); in TEST_F()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 137 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale_row.h | 196 void ScaleRowDown2Box_16_C(const uint16_t* src_ptr,
|
/external/libyuv/files/include/libyuv/ |
D | scale_row.h | 219 void ScaleRowDown2Box_16_C(const uint16_t* src_ptr,
|
/external/libyuv/files/source/ |
D | scale_common.cc | 144 void ScaleRowDown2Box_16_C(const uint16_t* src_ptr, in ScaleRowDown2Box_16_C() function
|
D | scale.cc | 163 : ScaleRowDown2Box_16_C); in ScalePlaneDown2_16()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_common.cc | 144 void ScaleRowDown2Box_16_C(const uint16_t* src_ptr, in ScaleRowDown2Box_16_C() function
|
D | scale.cc | 148 : ScaleRowDown2Box_16_C); in ScalePlaneDown2_16()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_common.cc | 106 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride, in ScaleRowDown2Box_16_C() function
|
D | scale.cc | 118 ScaleRowDown2Box_16_C); in ScalePlaneDown2_16()
|