read_huffman_tables  650 libavcodec/4xm.c     prestream= read_huffman_tables(f, prestream);
read_huffman_tables  498 libavcodec/huffyuv.c         if(read_huffman_tables(s, ((uint8_t*)avctx->extradata)+4, avctx->extradata_size) < 0)
read_huffman_tables  983 libavcodec/huffyuv.c         table_size = read_huffman_tables(s, s->bitstream_buffer, buf_size);