Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwebp.c337 int i, symbol, max_symbol, prev_code_len, ret; in read_huffman_code_normal() local
358 max_symbol = 2 + get_bits(&s->gb, bits); in read_huffman_code_normal()
359 if (max_symbol > alphabet_size) { in read_huffman_code_normal()
361 max_symbol, alphabet_size); in read_huffman_code_normal()
366 max_symbol = alphabet_size; in read_huffman_code_normal()
374 if (!max_symbol--) in read_huffman_code_normal()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A 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()

Completed in 6 milliseconds