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

/external/aac/libAACenc/src/
H A Daacenc_tns.h125 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */ member in struct:__anon79
H A Daacenc_tns.cpp121 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */ member in struct:__anon76
422 tC->confTab.tnsFilterDirection[HIFILT] = FILTER_DIRECTION;
423 tC->confTab.tnsFilterDirection[LOFILT] = FILTER_DIRECTION;
464 tC->confTab.tnsFilterDirection[HIFILT] = pCfg->tnsFilterDirection[HIFILT];
465 tC->confTab.tnsFilterDirection[LOFILT] = pCfg->tnsFilterDirection[LOFILT];
814 tnsInfo->direction[subBlockNumber][HIFILT] = tC->confTab.tnsFilterDirection[HIFILT];
852 tnsInfo->direction[subBlockNumber][LOFILT] = tC->confTab.tnsFilterDirection[LOFILT];

Completed in 67 milliseconds