Lines Matching refs:lastWindowSequence
245 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) { in FDKaacEnc_initAvoidHoleFlag()
283 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW) in FDKaacEnc_initAvoidHoleFlag()
434 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_calcWeighting()
787 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
818 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */ in FDKaacEnc_reduceThresholdsVBR()
863 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1249 …if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) { in FDKaacEnc_allowMoreHoles()
1295 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_allowMoreHoles()
1880 const INT lastWindowSequence, in FDKaacEnc_bitresCalcBitFac() argument
1903 if (lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_bitresCalcBitFac()
2177 if ((psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) || in FDKaacEnc_DistributeBits()
2178 (psyOutChannel[1]->lastWindowSequence == SHORT_WINDOW)) { in FDKaacEnc_DistributeBits()
2183 curWindowSequence = psyOutChannel[0]->lastWindowSequence; in FDKaacEnc_DistributeBits()