• Rémi Denis-Courmont's avatar
    lavc/exrdsp: unroll predictor · ce467421
    Rémi Denis-Courmont authored
    With explicit unrolling, we can skip half of the sign bit flips, and
    the compiler is then better able to optimise the scalar loop:
    
    predictor_c: 31376.0 (before)
    predictor_c: 23703.0 (after)
    ce467421
exrdsp.c 1.85 KB