Mercurial > libavcodec.hg
comparison resample2.c @ 4703:07f7ca450695 libavcodec
revert r8469 (increase bits for non default highprecision mode)
it causes overflows with linear interpolated filters coefficients
| author | michael |
|---|---|
| date | Thu, 22 Mar 2007 03:18:34 +0000 |
| parents | a8794f26ea98 |
| children | 441cded6920c |
comparison
equal
deleted
inserted
replaced
| 4702:a8794f26ea98 | 4703:07f7ca450695 |
|---|---|
| 38 #define FELEML int64_t | 38 #define FELEML int64_t |
| 39 #define FELEM_MAX INT16_MAX | 39 #define FELEM_MAX INT16_MAX |
| 40 #define FELEM_MIN INT16_MIN | 40 #define FELEM_MIN INT16_MIN |
| 41 #define WINDOW_TYPE 9 | 41 #define WINDOW_TYPE 9 |
| 42 #elif !defined(CONFIG_RESAMPLE_AUDIOPHILE_KIDDY_MODE) | 42 #elif !defined(CONFIG_RESAMPLE_AUDIOPHILE_KIDDY_MODE) |
| 43 #define FILTER_SHIFT 30 | 43 #define FILTER_SHIFT 22 |
| 44 | 44 |
| 45 #define FELEM int32_t | 45 #define FELEM int32_t |
| 46 #define FELEM2 int64_t | 46 #define FELEM2 int64_t |
| 47 #define FELEML int64_t | 47 #define FELEML int64_t |
| 48 #define FELEM_MAX INT32_MAX | 48 #define FELEM_MAX INT32_MAX |
