HomeSort by relevance Sort by last modified time
    Searched defs:histo_bits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 431 VP8LBitWriter* const bw, int width, int histo_bits,
438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
442 const int histogram_ix = histogram_symbols[histo_bits ?
443 (y >> histo_bits) * histo_xsize +
444 (x >> histo_bits) : 0];
480 // Special case of EncodeImageInternal() for cache-bits=0, histo_bits=31
985 int histo_bits = (use_palette ? 9 : 7) - method; local
    [all...]
  /external/webp/src/enc/
vp8l.c 431 VP8LBitWriter* const bw, int width, int histo_bits,
438 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1;
442 const int histogram_ix = histogram_symbols[histo_bits ?
443 (y >> histo_bits) * histo_xsize +
444 (x >> histo_bits) : 0];
480 // Special case of EncodeImageInternal() for cache-bits=0, histo_bits=31
985 int histo_bits = (use_palette ? 9 : 7) - method; local
    [all...]

Completed in 96 milliseconds