mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
arm64: convert dcadsp neon asm from arm
~2% faster dts decoding overall.
cortex-a57 cortex-a53
dca_decode_hf_c: 474.8 1659.9
dca_decode_hf_neon: 225.2 301.1
dca_lfe_fir0_c: 913.2 1537.7
dca_lfe_fir0_neon: 286.8 451.9
dca_lfe_fir1_c: 848.7 1711.5
dca_lfe_fir1_neon: 387.1 506.4
This commit is contained in:
parent
e2710e790c
commit
c33c1fa8af
5 changed files with 225 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ typedef struct DCADSPContext {
|
|||
} DCADSPContext;
|
||||
|
||||
void ff_dcadsp_init(DCADSPContext *s);
|
||||
void ff_dcadsp_init_aarch64(DCADSPContext *s);
|
||||
void ff_dcadsp_init_arm(DCADSPContext *s);
|
||||
void ff_dcadsp_init_x86(DCADSPContext *s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue