Getting "make dist" to work again with the files that got removed
This commit is contained in:
parent
619a9681bc
commit
6c79a9325c
5 changed files with 3 additions and 12 deletions
|
@ -39,13 +39,8 @@
|
|||
#ifndef _PITCH_H
|
||||
#define _PITCH_H
|
||||
|
||||
#include "kiss_fftr.h"
|
||||
#include "psy.h"
|
||||
#include "modes.h"
|
||||
|
||||
kiss_fftr_cfg pitch_state_alloc(int max_lag);
|
||||
void pitch_state_free(kiss_fftr_cfg st);
|
||||
|
||||
void pitch_downsample(const 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue