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

  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 169 static WEBP_INLINE int QUANTDIV(int n, int iQ, int B) {
quant.c 546 level0 = QUANTDIV(coeff0, iQ, B);
    [all...]
  /external/webp/src/enc/
vp8enci.h 120 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) {
quant.c 217 // zthresh_ is the exact value such that QUANTDIV(coeff, iQ, B) is:
628 int level0 = QUANTDIV(coeff0, iQ, B);
    [all...]
  /external/webp/src/dsp/
enc.c 636 int level = QUANTDIV(coeff, iQ, B);
670 int level = QUANTDIV(coeff, iQ, B);
  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 642 out[n] = QUANTDIV(coeff, iQ, B);

Completed in 216 milliseconds