Lines Matching refs:alphabet_size
255 int alphabet_size)
262 for (sym = 0; sym < alphabet_size; sym++) {
277 for (sym = 0; sym < alphabet_size; sym++)
283 codes = av_malloc_array(alphabet_size, sizeof(*codes));
290 for (sym = 0; sym < alphabet_size; sym++) {
303 ret = init_vlc(&r->vlc, 8, alphabet_size,
332 int alphabet_size)
350 code_lengths = av_mallocz(alphabet_size);
359 if (max_symbol > alphabet_size) {
361 max_symbol, alphabet_size);
366 max_symbol = alphabet_size;
371 while (symbol < alphabet_size) {
403 if (symbol + repeat > alphabet_size) {
406 symbol, repeat, alphabet_size);
415 ret = huff_reader_build_canonical(hc, code_lengths, alphabet_size);
610 int alphabet_size = alphabet_sizes[j];
612 alphabet_size += 1 << img->color_cache_bits;
617 ret = read_huffman_code_normal(s, &hg[j], alphabet_size);