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

  /external/webp/src/enc/
vp8i_enc.h 116 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) {
quant_enc.c 215 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
645 int level0 = QUANTDIV(coeff0, iQ, B);
646 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80));
    [all...]
  /external/webp/src/dsp/
enc.c 665 int level = QUANTDIV(coeff, iQ, B);

Completed in 113 milliseconds