Home | History | Annotate | Download | only in src

Lines Matching defs:bits

118 /* count bits using all possible tables */
258 /* Side-Info bits will be calculated in Stage 1! */
299 /* we can merge. update tables, side info bits will be updated outside of this loop */
307 /* add side info info bits */
388 /* count bits used by the noiseless coder */
432 /* count bits in this group */
463 compress output, calculate total huff and side bits
485 /* sum up side info bits (section data bits) */
497 description : count bits used by scalefactors.
523 notfallstrategie, we do not save bits and transmit a
580 /* check if we can repeat the last value to save bits */
599 deltaScf = 0; /* save bits */
602 /* do not save bits */
626 deltaScf = 0; /* save bits */
629 /* do not save bits */
666 preCount bits used pns
668 /* estimate bits used by pns for correction of static bits */
674 int i, bits=0;
680 bits+=PNS_PCM_BITS;
686 bits+=FDKaacEnc_bitCountScalefactorDelta(deltaPns);
690 return ( bits );
694 /* count bits used by pns */