mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
f96d0eef53
commit
60c25a4beb
@@ -26,7 +26,7 @@
|
||||
#define FRAC_BITS 14
|
||||
#include "mathops.h"
|
||||
#include "lsp.h"
|
||||
#include "acelp_math.h"
|
||||
#include "celp_math.h"
|
||||
|
||||
void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_order)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user