Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8enci.h218 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member
Ddsp_sse2.c709 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()
Ddsp.c636 if (coeff > mtx->zthresh_[j]) { in QuantizeBlock()
Dquant.c151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8; in ExpandMatrix()