Searched refs:code_lengths_size (Results 1 – 2 of 2) sorted by relevance
111 const int* const code_lengths, int code_lengths_size, in VP8LHuffmanCodeLengthsToCodes() argument121 assert(code_lengths_size > 0); in VP8LHuffmanCodeLengthsToCodes()125 for (symbol = 0; symbol < code_lengths_size; ++symbol) { in VP8LHuffmanCodeLengthsToCodes()133 for (symbol = 0; symbol < code_lengths_size; ++symbol) { in VP8LHuffmanCodeLengthsToCodes()149 for (symbol = 0; symbol < code_lengths_size; ++symbol) { in VP8LHuffmanCodeLengthsToCodes()234 int code_lengths_size) { in VP8LHuffmanTreeBuildImplicit() argument243 for (symbol = 0; symbol < code_lengths_size; ++symbol) { in VP8LHuffmanTreeBuildImplicit()256 const int max_symbol = code_lengths_size; in VP8LHuffmanTreeBuildImplicit()264 memset(codes, 0, code_lengths_size * sizeof(*codes)); in VP8LHuffmanTreeBuildImplicit()266 if (!VP8LHuffmanCodeLengthsToCodes(code_lengths, code_lengths_size, in VP8LHuffmanTreeBuildImplicit()[all …]
81 int code_lengths_size);96 int code_lengths_size, int* const huff_codes);