|
|
@@ -70,7 +70,7 @@ |
|
|
# define pixel4 uint32_t |
|
|
# define pixel4 uint32_t |
|
|
# define dctcoef int16_t |
|
|
# define dctcoef int16_t |
|
|
|
|
|
|
|
|
# define INIT_CLIP uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; |
|
|
|
|
|
|
|
|
# define INIT_CLIP ; |
|
|
# define no_rnd_avg_pixel4 no_rnd_avg32 |
|
|
# define no_rnd_avg_pixel4 no_rnd_avg32 |
|
|
# define rnd_avg_pixel4 rnd_avg32 |
|
|
# define rnd_avg_pixel4 rnd_avg32 |
|
|
# define AV_RN2P AV_RN16 |
|
|
# define AV_RN2P AV_RN16 |
|
|
@@ -82,7 +82,7 @@ |
|
|
# define PIXEL_SPLAT_X4(x) ((x)*0x01010101U) |
|
|
# define PIXEL_SPLAT_X4(x) ((x)*0x01010101U) |
|
|
|
|
|
|
|
|
# define av_clip_pixel(a) av_clip_uint8(a) |
|
|
# define av_clip_pixel(a) av_clip_uint8(a) |
|
|
# define CLIP(a) cm[a] |
|
|
|
|
|
|
|
|
# define CLIP(a) av_clip_uint8(a) |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#define FUNC3(a, b, c) a ## _ ## b ## c |
|
|
#define FUNC3(a, b, c) a ## _ ## b ## c |
|
|
|