Searched refs:quant_idx (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 Dbink.c613 int quant_idx; local
684 quant_idx = get_bits(gb, 4);
686 quant_idx = q;
687 if (quant_idx > 15U) {
688 av_log(NULL, AV_LOG_ERROR, "quant_index %d out of range\n", quant_idx);
693 quant = quant_matrices[quant_idx];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c602 int quant_idx; local
673 quant_idx = get_bits(gb, 4);
675 quant_idx = q;
678 quant = quant_matrices[quant_idx];

Completed in 113 milliseconds