Home | History | Annotate | Download | only in src

Lines Matching full:bitsave

1941         bitsave
1960 FIXP_DBL bitsave;
1965 bitsave = maxBitSave - fMult((fillLevel-clipLow), bitsave_slope);
1967 return (bitsave);
2087 bitsave(%) |--/
2104 FIXP_DBL bitSave, bitSpend;
2133 bitSave = FDKaacEnc_calcBitSave(fillLevel_fix,
2142 tmp_fix = fMult(((FIXP_DBL)bitSpend + (FIXP_DBL)bitSave), pe_pers);
2143 bitresFac_fix = (UNITY>>1) - ((FIXP_DBL)bitSave>>1) + (tmp_fix>>1); qbres = (DFRACT_BITS-2);