Home
last modified time | relevance | path

Searched refs:VP8LHistogramNumCodes (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dhistogram.c204 return PopulationCost(p->literal_, VP8LHistogramNumCodes(p)) in VP8LHistogramEstimateBits()
214 return BitsEntropy(p->literal_, VP8LHistogramNumCodes(p)) in VP8LHistogramEstimateBitsBulk()
267 cost += PopulationCost(out->literal_, VP8LHistogramNumCodes(out)); in HistogramAddEval()
308 cost += PopulationCost(tmp, VP8LHistogramNumCodes(a)); in HistogramAddThresh()
Dhistogram.h85 static WEBP_INLINE int VP8LHistogramNumCodes(const VP8LHistogram* const p) { in VP8LHistogramNumCodes() function
Dbackward_references.c432 VP8LHistogramNumCodes(&histo), histo.literal_, m->literal_); in CostModelBuild()
Dvp8l.c196 const int num_symbols = (k == 0) ? VP8LHistogramNumCodes(histo) in GetHuffBitLengthsAndCodes()
/external/webp/src/enc/
Dhistogram.h95 static WEBP_INLINE int VP8LHistogramNumCodes(int palette_code_bits) { in VP8LHistogramNumCodes() function
Dhistogram.c60 const int literal_size = VP8LHistogramNumCodes(cache_bits); in VP8LGetHistogramSize()
253 p->literal_, VP8LHistogramNumCodes(p->palette_code_bits_), NULL) in VP8LHistogramEstimateBits()
272 VP8LHistogramNumCodes(palette_code_bits)); in GetCombinedHistogramEntropy()
372 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); in UpdateHistogramCost()
Dbackward_references.c518 VP8LHistogramNumCodes(histo->palette_code_bits_), in CostModelBuild()
Dvp8l.c441 (k == 0) ? VP8LHistogramNumCodes(histo->palette_code_bits_) : in GetHuffBitLengthsAndCodes()
/external/webp/src/dsp/
Dlossless_enc_mips32.c337 const int extra_cache_size = VP8LHistogramNumCodes(a->palette_code_bits_) in HistogramAdd()
Dlossless_enc_sse2.c232 const int literal_size = VP8LHistogramNumCodes(a->palette_code_bits_); in HistogramAdd()
Dlossless_enc.c1103 const int literal_size = VP8LHistogramNumCodes(a->palette_code_bits_); in HistogramAdd()