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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c658 int totalbits; local
676 totalbits = s->framebits << 3; // convert to 1/8 bits
686 while (consumed + (band_dynalloc<<3) < totalbits && boost[i] < cap[i]) {
693 totalbits -= quanta;
702 if (consumed + (6 << 3) <= totalbits)
706 totalbits = (s->framebits << 3) - opus_rc_tell_frac(rc) - 1;
709 totalbits >= ((s->duration + 2) << 3))
711 totalbits -= s->anticollapse_bit;
714 if (totalbits >= 1 << 3)
716 totalbits
1885 int totalbits = (s->framebits << 3) - s->anticollapse_bit; local
[all...]

Completed in 107 milliseconds