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 216 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
646 int level0 = QUANTDIV(coeff0, iQ, B);
647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80));
847 const int qV = QUANTDIV(V, mtx->iq_[0], mtx->bias_[0]) * mtx->q_[0];
    [all...]
  /external/webp/src/dsp/
enc.c 665 int level = QUANTDIV(coeff, iQ, B);

Completed in 890 milliseconds