Searched refs:zthresh_ (Results 1 – 6 of 6) sorted by relevance
182 uint32_t zthresh_[16]; // value below which a coefficient is zeroed member
218 m->zthresh_[i] = ((1 << QFIX) - 1 - m->bias_[i]) / m->iq_[i]; in ExpandMatrix()224 m->zthresh_[i] = m->zthresh_[1]; in ExpandMatrix()
200 const uint32_t* ppzthresh = &mtx->zthresh_[0]; in QuantizeBlock_MIPS32()
661 if (coeff > mtx->zthresh_[j]) { in QuantizeBlock_C()
1286 const uint32_t* ppzthresh = &mtx->zthresh_[0]; in QuantizeBlock_MIPSdspR2()
838 LD_SW4(&mtx->zthresh_[0], 4, t0, t1, t2, t3); // zthresh in QuantizeBlock_MSA()