Home
last modified time | relevance | path

Searched refs:ARGBQuantize (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/include/libyuv/
Dplanar_functions.h444 int ARGBQuantize(uint8* dst_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h289 int ARGBQuantize(uint8* dst_argb, int dst_stride_argb,
/external/libyuv/files/unit_test/
Dplanar_test.cc747 ARGBQuantize(&orig_pixels[0][0], 0, (65536 + (8 / 2)) / 8, 8, 8 / 2, 0, 0, in TEST_F()
757 ARGBQuantize(&orig_pixels[0][0], 0, (65536 + (8 / 2)) / 8, 8, 8 / 2, 0, 0, in TEST_F()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1787 int ARGBQuantize(uint8* dst_argb, int dst_stride_argb, in ARGBQuantize() function
/external/libyuv/files/source/
Dplanar_functions.cc2104 int ARGBQuantize(uint8* dst_argb, in ARGBQuantize() function