Home
last modified time | relevance | path

Searched refs:max_symbol (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dec/
Dvp8l_dec.c254 int max_symbol; in ReadHuffmanCodeLengths() local
266 max_symbol = 2 + VP8LReadBits(br, length_nbits); in ReadHuffmanCodeLengths()
267 if (max_symbol > num_symbols) { in ReadHuffmanCodeLengths()
271 max_symbol = num_symbols; in ReadHuffmanCodeLengths()
278 if (max_symbol-- == 0) break; in ReadHuffmanCodeLengths()