Skip to content
Snippets Groups Projects
  • Muhammad Faiz's avatar
    0780ad9c
    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: default avatarMuhammad Faiz <mfcc64@gmail.com>
    0780ad9c
    History
    avcodec/rdft: remove sintable
    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: default avatarMuhammad Faiz <mfcc64@gmail.com>