mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavc/aacencdsp: R-V V abs_pow34
C908: abs_pow34_c: 535.5 abs_pow34_rvv_f32: 337.2 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
committed by
Rémi Denis-Courmont
parent
1c3620b2bb
commit
98596f90f4
@@ -1440,7 +1440,9 @@ void ff_aac_dsp_init(AACEncContext *s){
|
||||
s->abs_pow34 = abs_pow34_v;
|
||||
s->quant_bands = quantize_bands;
|
||||
|
||||
#if ARCH_X86
|
||||
#if ARCH_RISCV
|
||||
ff_aac_dsp_init_riscv(s);
|
||||
#elif ARCH_X86
|
||||
ff_aac_dsp_init_x86(s);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user