• Rémi Denis-Courmont's avatar
    lavc/aacpsdsp: rework R-V V hybrid_synthesis_deint · f576a083
    Rémi Denis-Courmont authored
    Given the size of the data set, strided memory accesses cannot be avoided.
    We can still do better than the current code.
    
    ps_hybrid_synthesis_deint_c:       12065.5
    ps_hybrid_synthesis_deint_rvv_i32: 13650.2 (before)
    ps_hybrid_synthesis_deint_rvv_i64:  8181.0 (after)
    f576a083
aacpsdsp_init.c 2.35 KB