Searched refs:max_symbol (Results 1 – 4 of 4) sorted by relevance
169 const int max_symbol = code_lengths_size; in HuffmanTreeBuildImplicit() local170 if (root_symbol < 0 || root_symbol >= max_symbol) { in HuffmanTreeBuildImplicit()207 const int* const symbols, int max_symbol, in HuffmanTreeBuildExplicit() argument223 if (symbols[i] < 0 || symbols[i] >= max_symbol) { in HuffmanTreeBuildExplicit()
66 const int* const symbols, int max_symbol,
176 int max_symbol; in ReadHuffmanCodeLengths() local188 max_symbol = 2 + VP8LReadBits(br, length_nbits); in ReadHuffmanCodeLengths()189 if (max_symbol > num_symbols) { in ReadHuffmanCodeLengths()194 max_symbol = num_symbols; in ReadHuffmanCodeLengths()200 if (max_symbol-- == 0) break; in ReadHuffmanCodeLengths()
253 int max_symbol; in ReadHuffmanCodeLengths() local265 max_symbol = 2 + VP8LReadBits(br, length_nbits); in ReadHuffmanCodeLengths()266 if (max_symbol > num_symbols) { in ReadHuffmanCodeLengths()270 max_symbol = num_symbols; in ReadHuffmanCodeLengths()277 if (max_symbol-- == 0) break; in ReadHuffmanCodeLengths()