Home | History | Annotate | Download | only in enc

Lines Matching defs:cache_bits

231   // Allocate histogram set with cache_bits = 0.
754 int cache_bits = 0;
764 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, &cache_bits,
770 histogram_image = VP8LAllocateHistogramSet(1, cache_bits);
827 int low_effort, int* cache_bits,
859 *cache_bits = MAX_COLOR_CACHE_BITS;
864 low_effort, cache_bits, hash_chain,
871 VP8LAllocateHistogramSet(histogram_image_xysize, *cache_bits);
872 tmp_histos = VP8LAllocateHistogramSet(2, *cache_bits);
880 histogram_bits, *cache_bits, histogram_image,
906 if (*cache_bits > 0) {
908 VP8LPutBits(bw, *cache_bits, 4);
1490 stats->cache_bits = enc->cache_bits_;