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

/external/webp/src/dec/
H A Dvp8l.c308 int color_cache_bits, int allow_recursion) {
353 if (j == 0 && color_cache_bits > 0) {
354 alphabet_size += 1 << color_cache_bits;
956 int color_cache_bits = 0; local
967 color_cache_bits = VP8LReadBits(br, 4);
968 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS);
977 color_cache_bits, is_level0);
984 if (color_cache_bits > 0) {
985 hdr->color_cache_size_ = 1 << color_cache_bits;
307 ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, int color_cache_bits, int allow_recursion) argument
[all...]

Completed in 41 milliseconds