diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2023-11-12 15:38:45 +0200 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2023-11-15 16:51:07 +0200 |
commit | 90a779bed6a269d2fe63887d970461418ece72b4 (patch) | |
tree | e3ce3bfa92c250f9ed33881976aabbc7e9b7fdc9 /libavcodec/vp8.c | |
parent | 6b708cd7831342496b4430ef8c62ad9b8d836dd4 (diff) | |
download | ffmpeg-90a779bed6a269d2fe63887d970461418ece72b4.tar.gz |
lavc/huffyuvdsp: basic R-V V add_hfyu_left_pred_bgr32
Better performance can probably be achieved with a more intricate
unrolled loop, but this is a start:
add_hfyu_left_pred_bgr32_c: 15084.0
add_hfyu_left_pred_bgr32_rvv_i32: 10280.2
This would actually be cleaner with the RISC-V P extension, but that is
not ratified yet (I think?) and usually not supported if V is supported.
Diffstat (limited to 'libavcodec/vp8.c')
0 files changed, 0 insertions, 0 deletions