Home
last modified time | relevance | path

Searched refs:ScaleRowUp2_16_C (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/unit_test/
Dscale_test.cc723 extern "C" void ScaleRowUp2_16_C(const uint16_t* src_ptr,
740 ScaleRowUp2_16_C(&orig_pixels[0], 640, &dst_pixels_c[0], 1280); in TEST_F()
747 ScaleRowUp2_16_C(&orig_pixels[0], 640, &dst_pixels_opt[0], 1280); in TEST_F()
754 ScaleRowUp2_16_C(&orig_pixels[0], 640, &dst_pixels_opt[0], 1280); in TEST_F()
757 ScaleRowUp2_16_C(&orig_pixels[0], 640, &dst_pixels_opt[0], 1280); in TEST_F()
/external/libyuv/files/source/
Dscale_common.cc1303 void ScaleRowUp2_16_C(const uint16_t* src_ptr, in ScaleRowUp2_16_C() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_common.cc1293 void ScaleRowUp2_16_C(const uint16_t* src_ptr, in ScaleRowUp2_16_C() function