Lines Matching refs:lastWindowSequence
449 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) { in FDKaacEnc_initAvoidHoleFlag()
487 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW) in FDKaacEnc_initAvoidHoleFlag()
638 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_calcWeighting()
994 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1025 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */ in FDKaacEnc_reduceThresholdsVBR()
1070 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1455 …if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) { in FDKaacEnc_allowMoreHoles()
1501 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_allowMoreHoles()
2094 const INT lastWindowSequence, in FDKaacEnc_bitresCalcBitFac() argument
2117 if (lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_bitresCalcBitFac()
2469 if ((psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) || in FDKaacEnc_DistributeBits()
2470 (psyOutChannel[1]->lastWindowSequence == SHORT_WINDOW)) { in FDKaacEnc_DistributeBits()
2475 curWindowSequence = psyOutChannel[0]->lastWindowSequence; in FDKaacEnc_DistributeBits()