Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opus
Commits
b72de4af
Commit
b72de4af
authored
Apr 24, 2012
by
Gregory Maxwell
Committed by
Jean-Marc Valin
Apr 24, 2012
Browse files
Minor comment formatting change
parent
9f407afa
Changes
2
Hide whitespace changes
Inline
Side-by-side
silk/fixed/noise_shape_analysis_FIX.c
View file @
b72de4af
...
...
@@ -32,11 +32,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include
"main_FIX.h"
#include
"tuning_parameters.h"
/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
/* non-warped frequency scale. (So that it can be implemented with a minimum-phase monic filter.) */
/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk
we omit the first coefficient in an array of coefficients, for monic filters.
*/
/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
/* non-warped frequency scale. (So that it can be implemented with a minimum-phase monic filter.) */
/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk we omit the first */
/* coefficient in an array of coefficients, for monic filters. */
static
inline
opus_int32
warped_gain
(
/* gain in Q16*/
const
opus_int32
*
coefs_Q24
,
opus_int
lambda_Q16
,
...
...
silk/float/noise_shape_analysis_FLP.c
View file @
b72de4af
...
...
@@ -32,11 +32,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include
"main_FLP.h"
#include
"tuning_parameters.h"
/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
/* non-warped frequency scale. (So that it can be implemented with a minimum-phase monic filter.) */
/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk
we omit the first coefficient in an array of coefficients, for monic filters.
*/
/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
/* non-warped frequency scale. (So that it can be implemented with a minimum-phase monic filter.) */
/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk we omit the first */
/* coefficient in an array of coefficients, for monic filters. */
static
inline
silk_float
warped_gain
(
const
silk_float
*
coefs
,
silk_float
lambda
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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