• Muhammad Faiz's avatar
    avcodec/rdft: remove sintable · 0780ad9c
    Muhammad Faiz authored
    It is redundant with costable. The first half of sintable is
    identical with the second half of costable. The second half
    of sintable is negative value of the first half of sintable.
    
    The computation is changed to handle sign of sin values, in
    C code and ARM assembly code.
    Signed-off-by: 's avatarMuhammad Faiz <mfcc64@gmail.com>
    0780ad9c
rdft_neon.S 6.56 KB