mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-26 19:30:14 +00:00
lavc/sbrdsp: fold immediate offset into relocation
This results in AUIPC; ADDI instead of AUIPC; ADDI; ... ADDI.
This commit is contained in:
@@ -228,9 +228,8 @@ func ff_sbr_hf_g_filt_rvv, zve32f
|
||||
endfunc
|
||||
|
||||
.macro hf_apply_noise n
|
||||
lla a6, ff_sbr_noise_table
|
||||
lla a6, ff_sbr_noise_table + 8
|
||||
fmv.s.x ft0, zero
|
||||
addi a6, a6, 8
|
||||
1:
|
||||
.if \n & 1
|
||||
min t0, t0, a5 // preserve parity of t0 for v4 sign injector
|
||||
|
||||
Reference in New Issue
Block a user