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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.h 85 static WEBP_INLINE int VP8LHistogramNumCodes(const VP8LHistogram* const p) {
histogram.c 204 return PopulationCost(p->literal_, VP8LHistogramNumCodes(p))
214 return BitsEntropy(p->literal_, VP8LHistogramNumCodes(p))
267 cost += PopulationCost(out->literal_, VP8LHistogramNumCodes(out));
308 cost += PopulationCost(tmp, VP8LHistogramNumCodes(a));
backward_references.c 432 VP8LHistogramNumCodes(&histo), histo.literal_, m->literal_);
vp8l.c 196 const int num_symbols = (k == 0) ? VP8LHistogramNumCodes(histo)
    [all...]
  /external/webp/src/enc/
histogram.h 95 static WEBP_INLINE int VP8LHistogramNumCodes(int palette_code_bits) {
histogram.c 60 const int literal_size = VP8LHistogramNumCodes(cache_bits);
253 p->literal_, VP8LHistogramNumCodes(p->palette_code_bits_), NULL)
272 VP8LHistogramNumCodes(palette_code_bits));
372 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_);
    [all...]
backward_references.c 518 VP8LHistogramNumCodes(histo->palette_code_bits_),
    [all...]
vp8l.c 441 (k == 0) ? VP8LHistogramNumCodes(histo->palette_code_bits_) :
    [all...]
  /external/webp/src/dsp/
lossless_enc_mips32.c 337 const int extra_cache_size = VP8LHistogramNumCodes(a->palette_code_bits_)
lossless_enc_sse2.c 232 const int literal_size = VP8LHistogramNumCodes(a->palette_code_bits_);
lossless_enc.c     [all...]

Completed in 1495 milliseconds