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

/external/webp/src/enc/
H A Dvp8enci.h218 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member in struct:__anon12288
H A Ddsp_sse2.c709 const __m128i zthresh0 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[0]);
710 const __m128i zthresh8 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[8]);
772 // if (coeff <= mtx->zthresh_) {in=0; out=0;}
H A Ddsp.c636 if (coeff > mtx->zthresh_[j]) {
H A Dquant.c151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;

Completed in 56 milliseconds