HomeSort by relevance Sort by last modified time
    Searched refs:zthresh_ (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
vp8enci.h 218 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member in struct:__anon15241
dsp_sse2.c 709 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;}
    [all...]
dsp.c 636 if (coeff > mtx->zthresh_[j]) {
quant.c 151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;

Completed in 45 milliseconds