Searched defs:lastWindowSequence (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACenc/src/
H A Dblock_switch.h110 INT lastWindowSequence; member in struct:__anon96
H A Dinterface.h122 INT lastWindowSequence; member in struct:__anon105
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 Dadj_thr.cpp449 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
487 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW)
638 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
994 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) {
1025 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */
1070 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
1455 if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) {
1501 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW)
2094 const INT lastWindowSequence,
2091 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...]

Completed in 111 milliseconds