Searched refs:color_cache_bits (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dvp8l.c299 int color_cache_bits, int allow_recursion) {
344 if (j == 0 && color_cache_bits > 0) {
345 alphabet_size += 1 << color_cache_bits;
947 int color_cache_bits = 0; local
958 color_cache_bits = VP8LReadBits(br, 4);
959 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS);
968 color_cache_bits, is_level0);
975 if (color_cache_bits > 0) {
976 hdr->color_cache_size_ = 1 << color_cache_bits;
298 ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, int color_cache_bits, int allow_recursion) argument
[all...]

Completed in 56 milliseconds