mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 22:29:14 +00:00
Minor comment formatting change
This commit is contained in:
parent
ab5a049705
commit
f7ceaa609a
2 changed files with 8 additions and 10 deletions
|
@ -32,11 +32,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "main_FIX.h"
|
#include "main_FIX.h"
|
||||||
#include "tuning_parameters.h"
|
#include "tuning_parameters.h"
|
||||||
|
|
||||||
/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
|
/* 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.) */
|
/* 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
|
/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk we omit the first */
|
||||||
we omit the first coefficient in an array of coefficients, for monic filters.
|
/* coefficient in an array of coefficients, for monic filters. */
|
||||||
*/
|
|
||||||
static inline opus_int32 warped_gain( /* gain in Q16*/
|
static inline opus_int32 warped_gain( /* gain in Q16*/
|
||||||
const opus_int32 *coefs_Q24,
|
const opus_int32 *coefs_Q24,
|
||||||
opus_int lambda_Q16,
|
opus_int lambda_Q16,
|
||||||
|
|
|
@ -32,11 +32,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "main_FLP.h"
|
#include "main_FLP.h"
|
||||||
#include "tuning_parameters.h"
|
#include "tuning_parameters.h"
|
||||||
|
|
||||||
/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
|
/* 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.) */
|
/* 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
|
/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk we omit the first */
|
||||||
we omit the first coefficient in an array of coefficients, for monic filters.
|
/* coefficient in an array of coefficients, for monic filters. */
|
||||||
*/
|
|
||||||
static inline silk_float warped_gain(
|
static inline silk_float warped_gain(
|
||||||
const silk_float *coefs,
|
const silk_float *coefs,
|
||||||
silk_float lambda,
|
silk_float lambda,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue