Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()
Saves 2.5% on ARM without any asm. The float build still uses the old code because celt_fir() then becomes a float function.
Loading
Please register or sign in to comment
Saves 2.5% on ARM without any asm. The float build still uses the old code because celt_fir() then becomes a float function.