Searched refs:lastWindowSequence (Results 1 - 9 of 9) sorted by relevance

/external/aac/libAACenc/src/
H A Dblock_switch.cpp180 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
181 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
229 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
309 blockSwitchingControl->lastWindowSequence =
310 chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
315 blockSwitchingControl->lastWindowSequence =
316 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
321 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
412 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence];
413 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence];
[all...]
H A Dblock_switch.h111 INT lastWindowSequence; member in struct:__anon93
H A Dinterface.h121 INT lastWindowSequence; member in struct:__anon102
H A Dpns_func.h112 const INT lastWindowSequence,
H A Daacenc_pns.cpp172 lastWindowSequence (long or short blocks)
185 const INT lastWindowSequence,
205 (lastWindowSequence == SHORT_WINDOW) ) /* currently only long blocks */
220 if(lastWindowSequence != LONG_WINDOW) {
183 FDKaacEnc_PnsDetect(PNS_CONFIG *pnsConf, PNS_DATA *pnsData, const INT lastWindowSequence, const INT sfbActive, const INT maxSfbPerGroup, FIXP_DBL *sfbThresholdLdData, const INT *sfbOffset, FIXP_DBL *mdctSpectrum, INT *sfbMaxScaleSpec, FIXP_SGL *sfbtonality, INT tnsOrder, INT tnsPredictionGain, INT tnsActive, FIXP_DBL *sfbEnergyLdData, INT *noiseNrg ) argument
H A Dpsy_main.cpp563 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
616 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
806 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
818 psyStatic[1]->blockSwitchingControl.lastWindowSequence,
819 psyStatic[0]->blockSwitchingControl.lastWindowSequence,
836 /* Scale down spectrum if tns is active in one of the two channels with same lastWindowSequence */
867 psyStatic[ch]->blockSwitchingControl.lastWindowSequence);
871 /* if tns active in current channel or in one channel with same lastWindowSequence left and right */
986 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == STOP_WINDOW) {
1008 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence
[all...]
H A Dadj_thr.cpp245 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
283 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW)
434 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
787 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) {
818 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */
863 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
1249 if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) {
1295 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW)
1880 const INT lastWindowSequence,
1877 FDKaacEnc_bitresCalcBitFac(const INT bitresBits, const INT maxBitresBits, const INT pe, const INT lastWindowSequence, const INT avgBits, const FIXP_DBL maxBitFac, ADJ_THR_STATE *AdjThr, ATS_ELEMENT *adjThrChan) argument
[all...]
H A Dqc_main.cpp1055 psyOutCh->lastWindowSequence,
1529 savedBits += (psyChannel[ch]->lastWindowSequence!=SHORT_WINDOW) ? FDKaacEnc_sideInfoTabLong[0]
H A Dbitenc.cpp1073 chBlockType = psyOutChannel[ch]->lastWindowSequence;

Completed in 60 milliseconds