comparison aacps_tablegen.h @ 11967:4b2300246240 libavcodec

Remove unnecessary ../ from include directives
author mru
date Sat, 26 Jun 2010 20:28:44 +0000
parents 8c657be75c11
children
comparison
equal deleted inserted replaced
11966:7c0b1b1593d6 11967:4b2300246240
27 27
28 #if CONFIG_HARDCODED_TABLES 28 #if CONFIG_HARDCODED_TABLES
29 #define ps_tableinit() 29 #define ps_tableinit()
30 #include "libavcodec/aacps_tables.h" 30 #include "libavcodec/aacps_tables.h"
31 #else 31 #else
32 #include "../libavutil/common.h" 32 #include "libavutil/common.h"
33 #include "../libavutil/mathematics.h" 33 #include "libavutil/mathematics.h"
34 #define NR_ALLPASS_BANDS20 30 34 #define NR_ALLPASS_BANDS20 30
35 #define NR_ALLPASS_BANDS34 50 35 #define NR_ALLPASS_BANDS34 50
36 #define PS_AP_LINKS 3 36 #define PS_AP_LINKS 3
37 static float pd_re_smooth[8*8*8]; 37 static float pd_re_smooth[8*8*8];
38 static float pd_im_smooth[8*8*8]; 38 static float pd_im_smooth[8*8*8];