Home
last modified time | relevance | path

Searched refs:weight_coeff_a (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dacelp_vectors_mips.c63 float weight_coeff_a, float weight_coeff_b, int length) in ff_weighted_vector_sumf_mips() argument
90 : [weight_coeff_a] "f" (weight_coeff_a), in ff_weighted_vector_sumf_mips()
/third_party/ffmpeg/libavcodec/
Dacelp_vectors.h41 float weight_coeff_a, float weight_coeff_b,
216 int16_t weight_coeff_a,
234 float weight_coeff_a, float weight_coeff_b,
Dacelp_vectors.c166 int16_t weight_coeff_a, in ff_acelp_weighted_vector_sum() argument
177 in_a[i] * weight_coeff_a + in ff_acelp_weighted_vector_sum()
183 float weight_coeff_a, float weight_coeff_b, int length) in ff_weighted_vector_sumf() argument
188 out[i] = weight_coeff_a * in_a[i] in ff_weighted_vector_sumf()
Damrnbdec.c150 const double *in_b, double weight_coeff_a, in weighted_vector_sumd() argument
156 out[i] = weight_coeff_a * in_a[i] in weighted_vector_sumd()