Searched refs:destbits (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c713 int destbits = avctx->bit_rate * 1024.0 / avctx->sample_rate / avctx->channels * (lambda / 120.f); local
723 destbits = FFMIN(destbits, 5800);
816 if (tbits > destbits) {
826 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2117 int destbits = avctx->bit_rate * 1024.0 / avctx->sample_rate / avctx->channels; local
2125 destbits = FFMIN(destbits, 5800);
2251 if (tbits > destbits) {
2261 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c715 int destbits = avctx->bit_rate * 1024.0 / avctx->sample_rate / avctx->channels; local
816 if (tbits > destbits) {
826 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)

Completed in 136 milliseconds