Add rtcd for silk_inner_product_FLP()
This commit is contained in:
parent
b93e4a149c
commit
239d223d84
13 changed files with 65 additions and 28 deletions
|
@ -255,7 +255,7 @@ void silk_noise_shape_analysis_FLP(
|
|||
psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder );
|
||||
} else {
|
||||
/* Calculate regular auto correlation */
|
||||
silk_autocorrelation_FLP( auto_corr, x_windowed, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder + 1 );
|
||||
silk_autocorrelation_FLP( auto_corr, x_windowed, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder + 1, psEnc->sCmn.arch );
|
||||
}
|
||||
|
||||
/* Add white noise, as a fraction of energy */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue