• Linfeng Zhang's avatar
    Revise celt_fir_c() to not pass in argument "mem" · 783ad767
    Linfeng Zhang authored
    The "mem" in celt_fir_c() either is contained in the head of input "x"
    in reverse order already, or can be easily attached to the head of "x"
    before calling the function. Removing argument "mem" can eliminate the
    redundant buffer copies inside.
    Update celt_fir_sse4_1() accordingly.
    783ad767