Searched refs:read_huffman_tree (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp3.c | 2842 static int read_huffman_tree(HuffTable *huff, GetBitContext *gb, int length, in read_huffman_tree() function 2862 if (read_huffman_tree(huff, gb, length, avctx)) in read_huffman_tree() 2864 if (read_huffman_tree(huff, gb, length, avctx)) in read_huffman_tree() 3087 if ((ret = read_huffman_tree(&s->huffman_table[i], gb, 0, avctx)) < 0) in theora_decode_tables()
|