Home | History | Annotate | Download | only in src

Lines Matching refs:threshOn

399       tC->confTab.threshOn[HIFILT] = 1437;
400 tC->confTab.threshOn[LOFILT] = 1500;
806 if ((tsbi->predictionGain[HIFILT] > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
844 if ( ( (predGain > tC->confTab.threshOn[LOFILT]) && (predGain < (16000 * tC->confTab.tnsLimitOrder[LOFILT])) )