Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: third_party/opus/src/silk/float/SigProc_FLP.h

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)
Patch Set: Pre-increment instead of post-increment Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/opus/src/silk/float/SigProc_FLP.h
diff --git a/third_party/opus/src/silk/float/SigProc_FLP.h b/third_party/opus/src/silk/float/SigProc_FLP.h
index f0cb3733be6c7865a8831b6527b1b016fd0b5672..953de8b09e37bd6924d36554102e5b9aa65a66dd 100644
--- a/third_party/opus/src/silk/float/SigProc_FLP.h
+++ b/third_party/opus/src/silk/float/SigProc_FLP.h
@@ -68,13 +68,6 @@ void silk_k2a_FLP(
opus_int32 order /* I prediction order */
);
-/* Solve the normal equations using the Levinson-Durbin recursion */
-silk_float silk_levinsondurbin_FLP( /* O prediction error energy */
- silk_float A[], /* O prediction coefficients [order] */
- const silk_float corr[], /* I input auto-correlations [order + 1] */
- const opus_int order /* I prediction order */
-);
-
/* compute autocorrelation */
void silk_autocorrelation_FLP(
silk_float *results, /* O result (length correlationCount) */
« no previous file with comments | « third_party/opus/src/silk/float/LPC_inv_pred_gain_FLP.c ('k') | third_party/opus/src/silk/float/encode_frame_FLP.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698