mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
parent
b188579bb6
commit
a8b1099a1e
228 changed files with 10990 additions and 5670 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue