Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h222 int ARGBQuantize(uint8* dst_argb, int dst_stride_argb,
/external/libyuv/files/unit_test/
Dplanar_test.cc779 ARGBQuantize(&orig_pixels[0][0], 0, in TEST_F()
789 ARGBQuantize(&orig_pixels[0][0], 0, in TEST_F()
/external/libyuv/files/source/
Dplanar_functions.cc1220 int ARGBQuantize(uint8* dst_argb, int dst_stride_argb, in ARGBQuantize() function