Home | History | Annotate | Download | only in src

Lines Matching refs:scfNext

467   INT scfAct, *scfLast, *scfNext, scfMin, scfMax;
490 scfNext = 0;
502 scfNext = scf + sfbNext;
503 scfMin = fixMin(*scfLast, *scfNext);
504 scfMax = fixMax(*scfLast, *scfNext);
510 scfNext = scf + sfbNext;
511 scfMin = *scfNext;
512 scfMax = *scfNext;
518 scfNext = &scfAct;
531 *scfNext != prevScfNext[sfbAct] ||
550 +FDKaacEnc_countSingleScfBits(scfAct, *scfLast, *scfNext);
562 +FDKaacEnc_countSingleScfBits(scfAct,*scfLast, *scfNext);
601 prevScfNext[sfbAct] = *scfNext;
611 scfNext = 0;
780 INT scfPrev, scfNext, scfPrevNextMin, scfPrevNextMax, scfLo, scfHi;
820 scfNext = scf[stopSfb];
822 scfNext = scfAct;
827 scfPrevNextMax = fixMax(scfPrev, scfNext);
828 scfPrevNextMin = fixMin(scfPrev, scfNext);