Searched refs:weight_coeff_a (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | acelp_vectors_mips.c | 63 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/ |
D | acelp_vectors.h | 41 float weight_coeff_a, float weight_coeff_b, 216 int16_t weight_coeff_a, 234 float weight_coeff_a, float weight_coeff_b,
|
D | acelp_vectors.c | 166 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()
|
D | amrnbdec.c | 150 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()
|