Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dhuffman.c111 const int* const code_lengths, int code_lengths_size, in VP8LHuffmanCodeLengthsToCodes() argument
121 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() argument
243 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 …]
Dhuffman.h81 int code_lengths_size);
96 int code_lengths_size, int* const huff_codes);