mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 13:24:20 +08:00
aarch64: h264 chroma motion compensation NEON optimizations
Since RV40 and VC-1 use almost the same algorithm so optimizations for those two decoders are easy to do and included.
This commit is contained in:
@@ -618,6 +618,8 @@ av_cold void ff_rv40dsp_init(RV34DSPContext *c)
|
||||
c->rv40_loop_filter_strength[0] = rv40_h_loop_filter_strength;
|
||||
c->rv40_loop_filter_strength[1] = rv40_v_loop_filter_strength;
|
||||
|
||||
if (ARCH_AARCH64)
|
||||
ff_rv40dsp_init_aarch64(c);
|
||||
if (ARCH_ARM)
|
||||
ff_rv40dsp_init_arm(c);
|
||||
if (ARCH_X86)
|
||||
|
||||
Reference in New Issue
Block a user