mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 15:54:26 +08:00
Move some prototypes from dsputil.c to reasonable header files
Originally committed as revision 22260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -45,6 +45,9 @@ int ff_lpc_calc_coefs(DSPContext *s,
|
||||
int32_t coefs[][MAX_LPC_ORDER], int *shift, int use_lpc,
|
||||
int omethod, int max_shift, int zero_shift);
|
||||
|
||||
void ff_lpc_compute_autocorr(const int32_t *data, int len, int lag,
|
||||
double *autoc);
|
||||
|
||||
#ifdef LPC_USE_DOUBLE
|
||||
#define LPC_TYPE double
|
||||
#else
|
||||
|
Reference in New Issue
Block a user