Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dhistogram_enc.h103 static WEBP_INLINE int VP8LHistogramNumCodes(int palette_code_bits) { in VP8LHistogramNumCodes() function
A Dhistogram_enc.c54 const int literal_size = VP8LHistogramNumCodes(dst_cache_bits); in HistogramCopy()
63 const int literal_size = VP8LHistogramNumCodes(cache_bits); in VP8LGetHistogramSize()
360 PopulationCost(p->literal_, VP8LHistogramNumCodes(p->palette_code_bits_), in VP8LHistogramEstimateBits()
381 VP8LHistogramNumCodes(palette_code_bits), in GetCombinedHistogramEntropy()
513 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); in UpdateHistogramCost()
A Dbackward_references_cost_enc.c78 VP8LHistogramNumCodes(histo->palette_code_bits_), in CostModelBuild()
A Dvp8l_enc.c468 (k == 0) ? VP8LHistogramNumCodes(histo->palette_code_bits_) : in GetHuffBitLengthsAndCodes()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc.c673 const int literal_size = VP8LHistogramNumCodes(a->palette_code_bits_); in VP8LHistogramAdd()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3382 9c7a3cf5 fix VP8LHistogramNumCodes to handle the case palette_code_bits == 0

Completed in 36 milliseconds