Files
FFmpeg/libavcodec/riscv
Rémi Denis-Courmont 5a6e333fc7 lavc/h264dsp: R-V V 8-bit luma loop filter
T-Head C908 (cycles):
h264_h_loop_filter_luma_8bpp_c:       297.5
h264_h_loop_filter_luma_8bpp_rvv_i32: 369.2
h264_v_loop_filter_luma_8bpp_c:       862.7
h264_v_loop_filter_luma_8bpp_rvv_i32: 199.7

Performance in the horizontal scenario seems worse than scalar. x86
SSE2 and AVX optimisations are similarly affected. This is presumably
caused by unlucky inputs from checkasm, such that the C code
short-circuits almost all filter calculations.
2024-07-04 19:57:42 +03:00
..
2024-05-04 10:17:11 +03:00
2024-05-03 17:49:23 +03:00
2024-05-27 22:07:29 +03:00
2024-05-03 18:00:53 +03:00
2024-05-16 17:08:18 +03:00
2024-06-08 18:30:43 +03:00
2024-05-10 18:41:13 +03:00
2024-05-10 18:41:13 +03:00
2024-05-15 19:52:25 +03:00
2024-05-15 19:52:28 +03:00