Searched refs:zthresh_ (Results 1 – 4 of 4) sorted by relevance
218 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member
709 const __m128i zthresh0 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[0]); in QuantizeBlockSSE2()710 const __m128i zthresh8 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[8]); in QuantizeBlockSSE2()
636 if (coeff > mtx->zthresh_[j]) { in QuantizeBlock()
151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8; in ExpandMatrix()