Home
last modified time | relevance | path

Searched refs:cache_bits (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_enc.c415 const int use_color_cache = (cache_bits > 0); in BackwardReferencesRle()
461 const int use_color_cache = (cache_bits > 0); in BackwardReferencesLz77()
466 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesLz77()
795 int cache_bits, in BackwardRefsWithLocalCache() argument
800 if (!VP8LColorCacheInit(&hashers, cache_bits)) return 0; in BackwardRefsWithLocalCache()
830 int* const cache_bits, const VP8LHashChain* const hash_chain, in GetBackwardReferencesLowEffort() argument
832 *cache_bits = 0; in GetBackwardReferencesLowEffort()
846 int lz77_types_to_try, int* const cache_bits, in GetBackwardReferences() argument
849 const int cache_bits_initial = *cache_bits; in GetBackwardReferences()
902 *cache_bits = cache_bits_tmp; in GetBackwardReferences()
[all …]
A Dbackward_references_cost_enc.c61 static int CostModelBuild(CostModel* const m, int xsize, int cache_bits, in CostModelBuild() argument
65 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in CostModelBuild()
70 VP8LHistogramInit(histo, cache_bits, /*init_arrays=*/ 1); in CostModelBuild()
571 const int use_color_cache = (cache_bits > 0); in BackwardReferencesHashChainDistanceOnly()
574 ((cache_bits > 0) ? (1 << cache_bits) : 0)); in BackwardReferencesHashChainDistanceOnly()
590 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly()
594 if (!CostModelBuild(cost_model, xsize, cache_bits, refs)) { in BackwardReferencesHashChainDistanceOnly()
706 const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainFollowChosenPath() argument
709 const int use_color_cache = (cache_bits > 0); in BackwardReferencesHashChainFollowChosenPath()
717 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath()
[all …]
A Dhistogram_enc.h87 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
95 VP8LHistogram* VP8LAllocateHistogram(int cache_bits);
112 int histogram_bits, int cache_bits,
A Dhistogram_enc.c36 const int cache_bits = p->palette_code_bits_; in HistogramClear() local
37 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramClear()
39 p->palette_code_bits_ = cache_bits; in HistogramClear()
62 int VP8LGetHistogramSize(int cache_bits) { in VP8LGetHistogramSize() argument
111 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) { in VP8LAllocateHistogram() argument
113 const int total_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogram()
125 int cache_bits) { in HistogramSetResetPointers() argument
127 const int histo_size = VP8LGetHistogramSize(cache_bits); in HistogramSetResetPointers()
158 HistogramSetResetPointers(set, cache_bits); in VP8LAllocateHistogramSet()
177 HistogramSetResetPointers(set, cache_bits); in VP8LHistogramSetClear()
[all …]
A Dvp8l_enc.c786 int cache_bits = 0; in EncodeImageNoHuffman() local
802 kLZ77Standard | kLZ77RLE, &cache_bits, in EncodeImageNoHuffman()
808 histogram_image = VP8LAllocateHistogramSet(1, cache_bits); in EncodeImageNoHuffman()
900 if (*cache_bits == 0) *cache_bits = MAX_COLOR_CACHE_BITS; in EncodeImageInternal()
902 *cache_bits = 0; in EncodeImageInternal()
920 config->lz77s_types_to_try_[lz77s_idx], cache_bits, hash_chain, in EncodeImageInternal()
931 VP8LAllocateHistogramSet(histogram_image_xysize, *cache_bits); in EncodeImageInternal()
932 tmp_histo = VP8LAllocateHistogram(*cache_bits); in EncodeImageInternal()
966 if (*cache_bits > 0) { in EncodeImageInternal()
968 VP8LPutBits(bw, *cache_bits, 4); in EncodeImageInternal()
[all …]
A Dalpha_enc.c275 stats->cache_bits = best.stats.cache_bits; in ApplyFiltersAndEncode()
A Dbackward_references_enc.h226 int low_effort, int lz77_types_to_try, int* const cache_bits,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h223 int cache_bits; // number of bits for color cache lookup member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h223 int cache_bits; // number of bits for color cache lookup member
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h223 int cache_bits; // number of bits for color cache lookup member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c178 stats->histogram_bits, stats->transform_bits, stats->cache_bits); in PrintFullLosslessInfo()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3453 0e6fa065 cache_bits passed to EncodeImageInternal()

Completed in 57 milliseconds