Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_utils.h29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
Dquant_levels_utils.c27 int QuantizeLevels(uint8_t* const data, int width, int height, in QuantizeLevels() function
/external/webp/src/enc/
Dalpha_enc.c341 ok = QuantizeLevels(quant_alpha, width, height, alpha_levels, &sse); in EncodeAlpha()