diff options
author | Timothy B. Terriberry <tterribe@xiph.org> | 2012-08-22 17:40:01 -0700 |
---|---|---|
committer | Timothy B. Terriberry <tterribe@xiph.org> | 2012-08-22 17:40:01 -0700 |
commit | c73ed6481d214ef433e93b45172d1b2ad628de81 (patch) | |
tree | abcd99a9e5f53fb3fd5a28bea45a9d50973eb356 /silk/ana_filt_bank_1.c | |
parent | bbb6edb19680897c4ba5e9fb7ee6af9e8c36f358 (diff) | |
download | opus-c73ed6481d214ef433e93b45172d1b2ad628de81.tar.gz |
Resolve rewhitening description issues.
Plus other minor changes.
Diffstat (limited to 'silk/ana_filt_bank_1.c')
-rw-r--r-- | silk/ana_filt_bank_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/ana_filt_bank_1.c b/silk/ana_filt_bank_1.c index 8a834e8e..98512b8e 100644 --- a/silk/ana_filt_bank_1.c +++ b/silk/ana_filt_bank_1.c @@ -41,7 +41,7 @@ static opus_int16 A_fb1_21 = -24290; /* (opus_int16)(20623 << 1) */ /* Split signal into two decimated bands using first-order allpass filters */ void silk_ana_filt_bank_1( - const opus_int16 *in, /* I Input signal [N] */ + const opus_int16 *in, /* I Input signal [N] */ opus_int32 *S, /* I/O State vector [2] */ opus_int16 *outL, /* O Low band [N/2] */ opus_int16 *outH, /* O High band [N/2] */ |