lavc/aacencdsp: fix rounding in R-V V quantize_bands

We need to round toward zero here.
This commit is contained in:
Rémi Denis-Courmont 2024-06-08 15:04:46 +03:00
parent 658439934b
commit daac101e61
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ NOHWF fmv.w.x fa1, a7
.if \signed
vfsgnjx.vv v16, v16, v8
.endif
vfcvt.x.f.v v16, v16
vfcvt.rtz.x.f.v v16, v16
vse32.v v16, (a0)
sh2add a0, t0, a0
bnez a3, .L\signed