comparison resample2.c @ 4697:8e460c6a85a7 libavcodec

make high precision mode accessible at compile time
author michael
date Wed, 21 Mar 2007 22:39:00 +0000
parents cb715346074a
children 4040ca52670a
comparison
equal deleted inserted replaced
4696:cb715346074a 4697:8e460c6a85a7
28 28
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "common.h" 30 #include "common.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 32
33 #if 1 33 #ifndef CONFIG_RESAMPLE_HP
34 #define FILTER_SHIFT 15 34 #define FILTER_SHIFT 15
35 35
36 #define FELEM int16_t 36 #define FELEM int16_t
37 #define FELEM2 int32_t 37 #define FELEM2 int32_t
38 #define FELEM_MAX INT16_MAX 38 #define FELEM_MAX INT16_MAX