Skip to content
Snippets Groups Projects
  • Linfeng Zhang's avatar
    783ad767
    Revise celt_fir_c() to not pass in argument "mem" · 783ad767
    Linfeng Zhang authored and Felicia Lim's avatar Felicia Lim committed
    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
    History
    Revise celt_fir_c() to not pass in argument "mem"
    Linfeng Zhang authored and Felicia Lim's avatar Felicia Lim committed
    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.