Searched refs:QUANTDIV (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h171 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) { function
H A Dquant.c193 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
607 int level0 = QUANTDIV(coeff0, iQ, B);
/external/webp/src/enc/
H A Dvp8enci.h171 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) { function
H A Dquant.c193 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
607 int level0 = QUANTDIV(coeff0, iQ, B);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc.c614 int level = QUANTDIV(coeff, iQ, B);
640 int level = QUANTDIV(coeff, iQ, B);
/external/webp/src/dsp/
H A Denc.c614 int level = QUANTDIV(coeff, iQ, B);
640 int level = QUANTDIV(coeff, iQ, B);

Completed in 315 milliseconds