Removes unused function parameters
This commit is contained in:
parent
4610d18305
commit
c39bb8ab8c
7 changed files with 32 additions and 33 deletions
|
@ -43,8 +43,8 @@
|
|||
|
||||
void pitch_downsample(celt_sig * restrict x[], celt_word16 * restrict x_lp, int len, int end, int _C, celt_sig * restrict xmem, celt_word16 * restrict filt_mem);
|
||||
|
||||
void pitch_search(const CELTMode *m, const celt_word16 * restrict x_lp, celt_word16 * restrict y,
|
||||
int len, int max_pitch, int *pitch, celt_sig *xmem, int M);
|
||||
void pitch_search(const celt_word16 * restrict x_lp, celt_word16 * restrict y,
|
||||
int len, int max_pitch, int *pitch, celt_sig *xmem);
|
||||
|
||||
celt_word16 remove_doubling(celt_word16 *x, int maxperiod, int minperiod,
|
||||
int N, int *T0, int prev_period, celt_word16 prev_gain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue