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

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp100 LOFILT = 1 /* index of lower filter */ enumerator in enum:__anon74
410 tC->lpcStartBand[LOFILT] = (blockType == SHORT_WINDOW) ? 0 : ((sampleRate < 18783) ? 4 : 8);
411 tC->lpcStartLine[LOFILT] = pC->sfbOffset[tC->lpcStartBand[LOFILT]];
414 while (pC->sfbOffset[i] > (tC->lpcStartLine[LOFILT] + (tC->lpcStopLine - tC->lpcStartLine[LOFILT]) / 4)) i--;
419 tC->confTab.threshOn[LOFILT] = 1500;
422 tC->confTab.tnsLimitOrder[LOFILT] = tC->maxOrder - 7;
425 tC->confTab.tnsFilterDirection[LOFILT] = FILTER_DIRECTION;
428 tC->confTab.acfSplit[LOFILT]
[all...]

Completed in 115 milliseconds