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

/external/webp/src/dec/
H A Dvp8l.c295 int color_cache_bits, int allow_recursion) {
333 if (j == 0 && color_cache_bits > 0) {
334 alphabet_size += 1 << color_cache_bits;
357 if (j == 0 && color_cache_bits > 0) {
358 alphabet_size += 1 << color_cache_bits;
1107 int color_cache_bits = 0; local
1118 color_cache_bits = VP8LReadBits(br, 4);
1119 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS);
1128 color_cache_bits, is_level
294 ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, int color_cache_bits, int allow_recursion) argument
[all...]

Completed in 98 milliseconds