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

  /external/webp/src/enc/
vp8i_enc.h 185 uint32_t zthresh_[16]; // value below which a coefficient is zeroed member in struct:VP8Matrix
quant_enc.c 216 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
219 m->zthresh_[i] = ((1 << QFIX) - 1 - m->bias_[i]) / m->iq_[i];
225 m->zthresh_[i] = m->zthresh_[1];
846 if (V > (int)mtx->zthresh_[0]) {
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 200 const uint32_t* ppzthresh = &mtx->zthresh_[0];
    [all...]
enc.c 661 if (coeff > mtx->zthresh_[j]) {
enc_mips_dsp_r2.c     [all...]
enc_msa.c 838 LD_SW4(&mtx->zthresh_[0], 4, t0, t1, t2, t3); // zthresh

Completed in 5185 milliseconds