• Rafaël Carré's avatar
    speex: enable full sinc table (added in neon patch) · 0b8a885c
    Rafaël Carré authored
    (text from the patch author)
    On many systems taking couple of kilo-bytes for full sinc table is not
    a problem. With a straight filter table the number of MAC operations
    needed drops to one quarter. Also the inner loop of the filter becomes
    more simple and easier to optimize. So the full sinc table version
    runs much faster in most cases. The trade off is some kilo-bytes
    bigger memory usage and more CPU needed when initializing the
    resampler.
    (cherry picked from commit b35a1328)
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    0b8a885c
rules.mak 1.24 KB