Home
last modified time | relevance | path

Searched refs:zthresh_ (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/enc/
Dquant_enc.c219 m->zthresh_[i] = ((1 << QFIX) - 1 - m->bias_[i]) / m->iq_[i]; in ExpandMatrix()
225 m->zthresh_[i] = m->zthresh_[1]; in ExpandMatrix()
846 if (V > (int)mtx->zthresh_[0]) { in QuantizeSingle()
Dvp8i_enc.h185 uint32_t zthresh_[16]; // value below which a coefficient is zeroed member
/external/webp/src/dsp/
Denc_mips32.c200 const uint32_t* ppzthresh = &mtx->zthresh_[0]; in QuantizeBlock_MIPS32()
Denc.c661 if (coeff > mtx->zthresh_[j]) { in QuantizeBlock_C()
Denc_mips_dsp_r2.c1286 const uint32_t* ppzthresh = &mtx->zthresh_[0]; in QuantizeBlock_MIPSdspR2()
Denc_msa.c838 LD_SW4(&mtx->zthresh_[0], 4, t0, t1, t2, t3); // zthresh in QuantizeBlock_MSA()