Searched refs:read_quant_table (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1dec.c469 static int read_quant_table(RangeCoder *c, int16_t *quant_table, int scale) function
503 context_count *= read_quant_table(c, quant_table[i], context_count);
563 av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n");
758 av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c1408 static int read_quant_table(RangeCoder *c, int16_t *quant_table, int scale){ function
1441 context_count*= read_quant_table(c, quant_table[i], context_count);
1487 av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n");
1571 av_log(f->avctx, AV_LOG_ERROR, "read_quant_table error\n");

Completed in 68 milliseconds