Lines Matching defs:bits
494 /* Compute how many bits we want to allocate to this band */
576 #define NORMC(bits) ((bits) << (f->channels - 1) << f->size >> 2)
789 /* determine the number of bits available for coding "do not skip" markers */
814 /* the band is skipped, so reclaim its bits */
846 /* Supply the remaining bits in this frame to lower bands */
851 const int bits = FFMIN(remaining, ff_celt_freq_range[i]);
852 f->pulses[i] += bits + bandbits * ff_celt_freq_range[i];
853 remaining -= bits;
868 * extra bits assigned over the standard
896 /* the remaining bits are assigned to PVQ */
899 /* all bits go to fine energy except for the sign bit */
906 /* hand back a limited number of extra fine energy bits to this band */
919 /* skipped bands dedicate all of their bits for fine energy */