Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
b006493d
Commit
b006493d
authored
Mar 16, 2001
by
Josh Coalson
Browse files
comment fix
parent
3d783d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/lpc.c
View file @
b006493d
...
...
@@ -75,7 +75,7 @@ void FLAC__lpc_compute_lp_coefficients(const real autoc[], unsigned max_order, r
/* save this order */
for
(
j
=
0
;
j
<=
i
;
j
++
)
lp_coeff
[
i
][
j
]
=
-
lpc
[
j
];
/*
N.B. why do we have to negate here?
*/
lp_coeff
[
i
][
j
]
=
-
lpc
[
j
];
/*
negate to get FIR filter coeffs
*/
error
[
i
]
=
err
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment