/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_enc.c | 415 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 D | backward_references_cost_enc.c | 61 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 D | histogram_enc.h | 87 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits); 95 VP8LHistogram* VP8LAllocateHistogram(int cache_bits); 112 int histogram_bits, int cache_bits,
|
A D | histogram_enc.c | 36 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 D | vp8l_enc.c | 786 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 D | alpha_enc.c | 275 stats->cache_bits = best.stats.cache_bits; in ApplyFiltersAndEncode()
|
A D | backward_references_enc.h | 226 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 D | encode.h | 223 int cache_bits; // number of bits for color cache lookup member
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 223 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 D | encode.h | 223 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 D | cwebp.c | 178 stats->histogram_bits, stats->transform_bits, stats->cache_bits); in PrintFullLosslessInfo()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 3453 0e6fa065 cache_bits passed to EncodeImageInternal()
|