comparison lsp.c @ 8048:ecb1962c12f3 libavcodec

Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. patch by Kenan Gillet, kenan.gillet gmail com
author diego
date Fri, 24 Oct 2008 21:20:29 +0000
parents 30d7b2e3a381
children c6e2ffef3797
comparison
equal deleted inserted replaced
8047:ed8906ba4bea 8048:ecb1962c12f3
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 #define FRAC_BITS 14 26 #define FRAC_BITS 14
27 #include "mathops.h" 27 #include "mathops.h"
28 #include "lsp.h" 28 #include "lsp.h"
29 #include "acelp_math.h" 29 #include "celp_math.h"
30 30
31 void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_order) 31 void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_order)
32 { 32 {
33 int i, j; 33 int i, j;
34 34