Searched refs:max_symbol (Results 1 – 3 of 3) sorted by relevance
256 const int max_symbol = code_lengths_size; in VP8LHuffmanTreeBuildImplicit() local257 if (root_symbol < 0 || root_symbol >= max_symbol) { in VP8LHuffmanTreeBuildImplicit()291 const int* const symbols, int max_symbol, in VP8LHuffmanTreeBuildExplicit() argument306 if (symbols[i] < 0 || symbols[i] >= max_symbol) { in VP8LHuffmanTreeBuildExplicit()
89 const int* const symbols, int max_symbol,
187 int max_symbol; in ReadHuffmanCodeLengths() local200 max_symbol = 2 + VP8LReadBits(br, length_nbits); in ReadHuffmanCodeLengths()201 if (max_symbol > num_symbols) { in ReadHuffmanCodeLengths()206 max_symbol = num_symbols; in ReadHuffmanCodeLengths()212 if (max_symbol-- == 0) break; in ReadHuffmanCodeLengths()