Home | History | Annotate | Download | only in src

Lines Matching refs:remainder

139   INT   remainder;                 /* Reminder in division during lost access unit estimation. */
999 num = hTp->asc[0].m_samplingFrequency * (bfDelta + bitDistance) + hTp->remainder;
1003 hTp->remainder = num % denom;
1005 hTp->remainder = num;
1010 /* Final adjustment of remainder, taken -1 into account because current
1013 if ( (denom - hTp->remainder) >= hTp->remainder ) {
1023 FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU);
1026 hTp->remainder = 0;
1229 hTp->remainder = 0;