diff options
Diffstat (limited to 'silk/float/bwexpander_FLP.c')
-rw-r--r-- | silk/float/bwexpander_FLP.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/silk/float/bwexpander_FLP.c b/silk/float/bwexpander_FLP.c index 6b6acf08..1642b4b9 100644 --- a/silk/float/bwexpander_FLP.c +++ b/silk/float/bwexpander_FLP.c @@ -31,12 +31,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "SigProc_FLP.h" - /* Chirp (bw expand) LP AR filter */ void silk_bwexpander_FLP( - silk_float *ar, /* I/O AR filter to be expanded (without leading 1) */ - const opus_int d, /* I length of ar */ - const silk_float chirp /* I chirp factor (typically in range (0..1) ) */ + silk_float *ar, /* I/O AR filter to be expanded (without leading 1) */ + const opus_int d, /* I length of ar */ + const silk_float chirp /* I chirp factor (typically in range (0..1) ) */ ) { opus_int i; |