Searched defs:cache_bits (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | backward_references.c | 343 int cache_bits, VP8LBackwardRefs* const refs) { in BackwardReferencesRle() 386 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77() 509 static int CostModelBuild(CostModel* const m, int cache_bits, in CostModelBuild() 588 int quality, int cache_bits, VP8LHashChain* const hash_chain, in BackwardReferencesHashChainDistanceOnly() 727 int quality, int cache_bits, in BackwardReferencesHashChainFollowChosenPath() 792 int quality, int cache_bits, in BackwardReferencesTraceBackwards() 837 int cache_bits) { in ComputeCacheEntropy() 953 int cache_bits, in BackwardRefsWithLocalCache() 987 int* const cache_bits, VP8LHashChain* const hash_chain, in GetBackwardReferencesLowEffort() 1001 int* const cache_bits, VP8LHashChain* const hash_chain, in GetBackwardReferences() [all …]
|
D | histogram.c | 35 const int cache_bits = p->palette_code_bits_; in HistogramClear() local 59 int VP8LGetHistogramSize(int cache_bits) { in VP8LGetHistogramSize() 98 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() 110 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) { in VP8LAllocateHistogramSet() 867 int histo_bits, int cache_bits, in VP8LGetHistoImageSymbols()
|
D | vp8l.c | 754 int cache_bits = 0; in EncodeImageNoHuffman() local 827 int low_effort, int* cache_bits, in EncodeImageInternal()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 383 static struct dirty_bit_map cache_bits[] = { variable
|
/external/webp/src/webp/ |
D | encode.h | 222 int cache_bits; // number of bits for color cache lookup member
|
/external/webp/include/webp/ |
D | encode.h | 222 int cache_bits; // number of bits for color cache lookup member
|