Searched refs:predictionGain (Results 1 - 3 of 3) sorted by path

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp766 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);
H A Daacenc_tns.h152 INT predictionGain; member in struct:__anon81
H A Dpsy_main.cpp1153 tnsData[ch]->dataRaw.Long.subBlockInfo.predictionGain,

Completed in 297 milliseconds