avcodec/hevcdsp: ARM NEON optimized qpel functions
uses comma as macro parameter separator Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d1e2d59f23
commit
63ca0fe828
3 changed files with 1160 additions and 1 deletions
|
|
@ -138,7 +138,8 @@ NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_neon.o \
|
|||
arm/synth_filter_neon.o
|
||||
NEON-OBJS-$(CONFIG_HEVC_DECODER) += arm/hevcdsp_init_neon.o \
|
||||
arm/hevcdsp_deblock_neon.o \
|
||||
arm/hevcdsp_idct_neon.o
|
||||
arm/hevcdsp_idct_neon.o \
|
||||
arm/hevcdsp_qpel_neon.o
|
||||
NEON-OBJS-$(CONFIG_RV30_DECODER) += arm/rv34dsp_neon.o
|
||||
NEON-OBJS-$(CONFIG_RV40_DECODER) += arm/rv34dsp_neon.o \
|
||||
arm/rv40dsp_neon.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue