Home | History | Annotate | Download | only in src

Lines Matching refs:predictionGain

750   tsbi->predictionGain[HIFILT]    = 1000;
752 tsbi->predictionGain[LOFILT] = 1000;
779 tsbi->predictionGain[HIFILT] = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
805 /* disable TNS if predictionGain is less than 3dB or sumSqrCoef is too small */
806 if ((tsbi->predictionGain[HIFILT] > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
876 tsbi->predictionGain[LOFILT]=predGain;
879 } /* if predictionGain > 1437 ... */
1118 INT predictionGain = (INT)(TNS_PREDGAIN_SCALE);
1126 return(predictionGain);
1154 predictionGain = (LONG)scaleValue(tmp,scale-21);
1156 return (predictionGain);