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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 240 uint16_t zthresh_[16]; // value under which a coefficient is zeroed member in struct:VP8Matrix
quant.c 155 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
    [all...]
  /external/webp/src/enc/
vp8enci.h 186 uint32_t zthresh_[16]; // value below which a coefficient is zeroed member in struct:VP8Matrix
quant.c 217 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
220 m->zthresh_[i] = ((1 << QFIX) - 1 - m->bias_[i]) / m->iq_[i];
226 m->zthresh_[i] = m->zthresh_[1];
    [all...]
  /external/webp/src/dsp/
enc.c 632 if (coeff > mtx->zthresh_[j]) {
666 if (coeff > mtx->zthresh_[j]) {
enc_mips32.c 199 const uint32_t* ppzthresh = &mtx->zthresh_[0];
    [all...]
enc_mips_dsp_r2.c     [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c     [all...]
enc.c 638 if (coeff > mtx->zthresh_[j]) {

Completed in 327 milliseconds