HomeSort by relevance Sort by last modified time
    Searched refs:confTab (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
aacenc_tns.cpp 416 tC->confTab.threshOn[HIFILT] = 1437;
417 tC->confTab.threshOn[LOFILT] = 1500;
419 tC->confTab.tnsLimitOrder[HIFILT] = tC->maxOrder;
420 tC->confTab.tnsLimitOrder[LOFILT] = tC->maxOrder - 7;
422 tC->confTab.tnsFilterDirection[HIFILT] = FILTER_DIRECTION;
423 tC->confTab.tnsFilterDirection[LOFILT] = FILTER_DIRECTION;
425 tC->confTab.acfSplit[HIFILT] = -1; /* signal Merged4to2QuartersAutoCorrelation in FDKaacEnc_MergedAutoCorrelation*/
426 tC->confTab.acfSplit[LOFILT] = -1; /* signal Merged4to2QuartersAutoCorrelation in FDKaacEnc_MergedAutoCorrelation */
428 tC->confTab.filterEnabled[HIFILT] = 1;
429 tC->confTab.filterEnabled[LOFILT] = 1
    [all...]
aacenc_tns.h 134 TNS_CONFIG_TABULATED confTab;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 52 TNS_CONFIG_TABULATED confTab;

Completed in 28 milliseconds