mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Merge commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f'
* commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f': dsputil: Move hpel_template #include out of dsputil_template Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
152c8fd856
@ -50,6 +50,7 @@ uint32_t ff_square_tab[512] = { 0, };
|
||||
#undef BIT_DEPTH
|
||||
|
||||
#define BIT_DEPTH 8
|
||||
#include "hpel_template.c"
|
||||
#include "tpel_template.c"
|
||||
#include "dsputil_template.c"
|
||||
|
||||
|
@ -97,10 +97,6 @@ static void FUNCC(clear_blocks)(int16_t *blocks)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if BIT_DEPTH == 8
|
||||
#include "hpel_template.c"
|
||||
#endif
|
||||
|
||||
#define PIXOP2(OPNAME, OP) \
|
||||
static inline void FUNC(OPNAME ## _no_rnd_pixels8_l2)(uint8_t *dst, \
|
||||
const uint8_t *src1, \
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
#include "pixels.h"
|
||||
|
||||
#include "bit_depth_template.c"
|
||||
|
||||
#define DEF_HPEL(OPNAME, OP) \
|
||||
static inline void FUNC(OPNAME ## _pixels8_l2)(uint8_t *dst, \
|
||||
const uint8_t *src1, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user