Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_dec_utils.h28 int WebPDequantizeLevels(uint8_t* const data, int width, int height, int stride,
Dquant_levels_dec_utils.c262 int WebPDequantizeLevels(uint8_t* const data, int width, int height, int stride, in WebPDequantizeLevels() function
/external/webp/src/dec/
Dalpha_dec.c216 if (!WebPDequantizeLevels(alpha, in VP8DecompressAlphaRows()