Searched refs:qstep (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c772 int tbits, qstep; local
775 qstep = its ? 1 : 32;
818 if (sce->sf_idx[i] < 218 - qstep)
819 sce->sf_idx[i] += qstep;
822 if (sce->sf_idx[i] > 60 - qstep)
823 sce->sf_idx[i] -= qstep;
825 qstep >>= 1;
826 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
827 qstep = 1;
828 } while (qstep);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c772 int tbits, qstep; local
775 qstep = its ? 1 : 32;
818 if (sce->sf_idx[i] < 218 - qstep)
819 sce->sf_idx[i] += qstep;
822 if (sce->sf_idx[i] > 60 - qstep)
823 sce->sf_idx[i] -= qstep;
825 qstep >>= 1;
826 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
827 qstep = 1;
828 } while (qstep);
[all...]
H A Dopus_silk.c1046 int qstep = s->wb ? 9830 : 11796; local
1051 lsf_res[i] = (lsf_res[i] * qstep) >> 16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2170 int tbits, qstep; local
2172 qstep = its ? 1 : 32;
2178 if (qstep > 1) {
2253 if (sce->sf_idx[i] < 218 - qstep)
2254 sce->sf_idx[i] += qstep;
2257 if (sce->sf_idx[i] > 60 - qstep)
2258 sce->sf_idx[i] -= qstep;
2260 qstep >>= 1;
2261 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
2262 qstep
[all...]

Completed in 123 milliseconds