Home | History | Annotate | Download | only in src

Lines Matching full:predictiongain

766   tsbi->predictionGain    = 1000;
791 tsbi->predictionGain = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
817 /* disable TNS if predictionGain is less than 3dB or sumSqrCoef is too small */
818 if ((tsbi->predictionGain > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
888 } /* if predictionGain > 1437 ... */
1127 INT predictionGain = (INT)(TNS_PREDGAIN_SCALE);
1134 return(predictionGain);
1162 predictionGain = (LONG)scaleValue(tmp,scale-21);
1164 return (predictionGain);