HomeSort by relevance Sort by last modified time
    Searched refs:QUANTDIV (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
vp8enci.h 171 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) {
quant.c 193 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
607 int level0 = QUANTDIV(coeff0, iQ, B);
    [all...]
  /external/webp/src/dsp/
enc.c 614 int level = QUANTDIV(coeff, iQ, B);
640 int level = QUANTDIV(coeff, iQ, B);

Completed in 39 milliseconds