Home
last modified time | relevance | path

Searched defs:cache_bits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webp/src/enc/
H A Dbackward_references_enc.c474 int cache_bits, VP8LBackwardRefs* const refs) { in BackwardReferencesRle()
516 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77()
588 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box()
863 int cache_bits, in BackwardRefsWithLocalCache()
898 int* const cache_bits, const VP8LHashChain* const hash_chain, in GetBackwardReferencesLowEffort()
959 int cache_bits = (i == 1) ? 0 : cache_bits_max; in GetBackwardReferences() local
1008 const int cache_bits = (i == 1) ? 0 : *cache_bits_best; in GetBackwardReferences() local
H A Dhistogram_enc.c38 const int cache_bits = p->palette_code_bits_; in HistogramClear() local
64 int VP8LGetHistogramSize(int cache_bits) { in VP8LGetHistogramSize()
113 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram()
127 int cache_bits) { in HistogramSetResetPointers()
142 static size_t HistogramSetTotalSize(int size, int cache_bits) { in HistogramSetTotalSize()
148 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) { in VP8LAllocateHistogramSet()
169 const int cache_bits = set->histograms[0]->palette_code_bits_; in VP8LHistogramSetClear() local
1165 int low_effort, int histogram_bits, int cache_bits, in VP8LGetHistoImageSymbols()
H A Dbackward_references_cost_enc.c62 static int CostModelBuild(CostModel* const m, int xsize, int cache_bits, in CostModelBuild()
570 int xsize, int ysize, const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainDistanceOnly()
711 const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainFollowChosenPath()
768 int cache_bits, in VP8LBackwardReferencesTraceBackwards()
H A Dvp8l_enc.c742 int cache_bits = 0; in EncodeImageNoHuffman() local
824 int* cache_bits, int histogram_bits, size_t init_byte_position, in EncodeImageInternal()
/aosp_15_r20/external/webp/src/webp/
H A Dencode.h228 int cache_bits; // number of bits for color cache lookup member