Removes unused function parameters
This commit is contained in:
parent
4610d18305
commit
c39bb8ab8c
7 changed files with 32 additions and 33 deletions
|
@ -151,8 +151,8 @@ void pitch_downsample(celt_sig * restrict x[], celt_word16 * restrict x_lp, int
|
|||
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
int i, j;
|
||||
int lag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue