Remove unneeded add bias from 3 functions.
DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
committed by
Mans Rullgard
parent
8cb3c557a9
commit
80ba1ddb58
@@ -23,7 +23,7 @@
|
||||
#include "libavcodec/dcadsp.h"
|
||||
|
||||
void ff_dca_lfe_fir_neon(float *out, const float *in, const float *coefs,
|
||||
int decifactor, float scale, float bias);
|
||||
int decifactor, float scale);
|
||||
|
||||
void av_cold ff_dcadsp_init_arm(DCADSPContext *s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user