Revise celt_fir_c() to not pass in argument "mem"
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.
Showing
- celt/celt_decoder.c 7 additions, 6 deletionscelt/celt_decoder.c
- celt/celt_lpc.c 12 additions, 21 deletionscelt/celt_lpc.c
- celt/celt_lpc.h 2 additions, 3 deletionscelt/celt_lpc.h
- celt/x86/celt_lpc_sse.c 10 additions, 41 deletionscelt/x86/celt_lpc_sse.c
- celt/x86/celt_lpc_sse.h 4 additions, 6 deletionscelt/x86/celt_lpc_sse.h
- celt/x86/x86_celt_map.c 0 additions, 1 deletioncelt/x86/x86_celt_map.c
- silk/LPC_analysis_filter.c 1 addition, 5 deletionssilk/LPC_analysis_filter.c
Loading
Please register or sign in to comment