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

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h240 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member in struct:VP8Matrix
H A Dquant.c155 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
/external/webp/src/enc/
H A Dvp8enci.h240 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member in struct:VP8Matrix
H A Dquant.c155 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c833 const __m128i zthresh0 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[0]);
834 const __m128i zthresh8 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[8]);
897 // if (coeff <= mtx->zthresh_) {in=0; out=0;}
H A Denc.c638 if (coeff > mtx->zthresh_[j]) {
/external/webp/src/dsp/
H A Denc_sse2.c833 const __m128i zthresh0 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[0]);
834 const __m128i zthresh8 = _mm_loadu_si128((__m128i*)&mtx->zthresh_[8]);
897 // if (coeff <= mtx->zthresh_) {in=0; out=0;}
H A Denc.c638 if (coeff > mtx->zthresh_[j]) {

Completed in 203 milliseconds