Searched defs:cache_bits (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_enc.c | 444 int cache_bits, VP8LBackwardRefs* const refs) { in BackwardReferencesRle() 486 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77() 558 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box() 833 int cache_bits, in BackwardRefsWithLocalCache() 868 int* const cache_bits, const VP8LHashChain* const hash_chain, in GetBackwardReferencesLowEffort() 929 int cache_bits = (i == 1) ? 0 : cache_bits_max; in GetBackwardReferences() local 978 const int cache_bits = (i == 1) ? 0 : *cache_bits_best; in GetBackwardReferences() local
|
D | histogram_enc.c | 36 const int cache_bits = p->palette_code_bits_; in HistogramClear() local 62 int VP8LGetHistogramSize(int cache_bits) { in VP8LGetHistogramSize() 111 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() 125 int cache_bits) { in HistogramSetResetPointers() 140 static size_t HistogramSetTotalSize(int size, int cache_bits) { in HistogramSetTotalSize() 146 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) { in VP8LAllocateHistogramSet() 167 const int cache_bits = set->histograms[0]->palette_code_bits_; in VP8LHistogramSetClear() local 1174 int histogram_bits, int cache_bits, in VP8LGetHistoImageSymbols()
|
D | backward_references_cost_enc.c | 61 static int CostModelBuild(CostModel* const m, int xsize, int cache_bits, in CostModelBuild() 564 int xsize, int ysize, const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainDistanceOnly() 706 const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainFollowChosenPath() 763 int cache_bits, in VP8LBackwardReferencesTraceBackwards()
|
D | vp8l_enc.c | 1024 int cache_bits = 0; in EncodeImageNoHuffman() local 1101 const CrunchConfig* const config, int* cache_bits, int histogram_bits, in EncodeImageInternal()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | encode.h | 225 int cache_bits; // number of bits for color cache lookup member
|