Home
last modified time | relevance | path

Searched refs:near_lossless_quality (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless_common.h57 static WEBP_INLINE int VP8LNearLosslessBits(int near_lossless_quality) { in VP8LNearLosslessBits() argument
64 return 5 - near_lossless_quality / 20; in VP8LNearLosslessBits()
/external/webp/src/enc/
Dpredictor_enc.c477 uint32_t* const image, int near_lossless_quality, in VP8LResidualImage() argument
483 const int max_quantization = 1 << VP8LNearLosslessBits(near_lossless_quality); in VP8LResidualImage()