Add rtcd for silk_inner_product_FLP()

This commit is contained in:
Jean-Marc Valin 2023-11-21 02:56:04 -05:00
parent b93e4a149c
commit 239d223d84
No known key found for this signature in database
GPG key ID: 531A52533318F00A
13 changed files with 65 additions and 28 deletions

View file

@ -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 */