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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca.c326 int quant_index_huffman[DCA_PRIM_CHANNELS_MAX][DCA_ABITS_MAX]; ///< quantization index codebook select member in struct:__anon1898
493 memset(s->quant_index_huffman, 0, sizeof(s->quant_index_huffman));
496 s->quant_index_huffman[i][j] = get_bits(&s->gb, bitlen[j]);
505 if (s->quant_index_huffman[i][j] < thr[j])
534 av_log(s->avctx, AV_LOG_DEBUG, " %i", s->quant_index_huffman[i][j]);
1164 int sel = s->quant_index_huffman[k][abits];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c392 int quant_index_huffman[DCA_PRIM_CHANNELS_MAX][DCA_ABITS_MAX]; ///< quantization index codebook select member in struct:__anon3118
663 memset(s->quant_index_huffman, 0, sizeof(s->quant_index_huffman));
666 s->quant_index_huffman[i][j] = get_bits(&s->gb, bitlen[j]);
675 if (s->quant_index_huffman[i][j] < thr[j])
711 av_log(s->avctx, AV_LOG_DEBUG, " %i", s->quant_index_huffman[i][j]);
1298 int sel = s->quant_index_huffman[k][abits];

Completed in 58 milliseconds