HomeSort by relevance Sort by last modified time
    Searched full:tsbi (Results 1 - 1 of 1) sorted by null

  /external/aac/libAACenc/src/
aacenc_tns.cpp 743 TNS_SUBBLOCK_INFO *tsbi = (blockType == SHORT_WINDOW) local
749 tsbi->tnsActive[HIFILT] = FALSE;
750 tsbi->predictionGain[HIFILT] = 1000;
751 tsbi->tnsActive[LOFILT] = FALSE;
752 tsbi->predictionGain[LOFILT] = 1000;
779 tsbi->predictionGain[HIFILT] = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
806 if ((tsbi->predictionGain[HIFILT] > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
808 tsbi->tnsActive[HIFILT] = TRUE;
848 tsbi->tnsActive[LOFILT] = TRUE;
876 tsbi->predictionGain[LOFILT]=predGain
    [all...]

Completed in 46 milliseconds