Lines Matching refs:scfNew
257 INT *scfNew,
276 scfBitsDiff += FDKaacEnc_bitCountScalefactorDelta(scfNew[sfbPrev]-scfNew[sfbLast]) -
281 scfBitsDiff += FDKaacEnc_bitCountScalefactorDelta(scfNew[sfbLast]-scfNew[sfb]) -
291 scfBitsDiff += FDKaacEnc_bitCountScalefactorDelta(scfNew[sfbLast]-scfNew[sfbNext]) -
307 INT *scfNew,
332 scfFract = (FIXP_DBL) (scfNew[sfb] << (DFRACT_BITS-1-AS_PE_FAC_SHIFT));
779 INT scfTmp[MAX_GROUPED_SFB], scfAct, scfNew;
857 for (scfNew=scf[startSfb]+1; scfNew<=scfHi; scfNew++) {
861 /* replace scfs in region by scfNew */
864 scfTmp[sfb] = scfNew;
886 scfNew);
907 scf[sfb] = scfNew;
931 scfNew = scfLo;
933 /* replace scfs in region by scfNew and
934 check if in all sfb scfNew >= minScf[sfb] */
937 scfTmp[sfb] = scfNew;
938 if (scfNew < minScf[sfb])
966 scfNew);
981 scf[sfb] = scfNew;
1001 scfNew = scfTmp[startSfb]-1;
1002 /* replace scfs in region by scfNew */
1005 scfTmp[sfb] = scfNew;
1022 sfbOffs[sfb+1]-sfbOffs[sfb], scfNew,
1041 scf[sfb] = scfNew;