Searched defs:weight_coeff_b (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | acelp_vectors_mips.c | 61 ff_weighted_vector_sumf_mips( float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) ff_weighted_vector_sumf_mips() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | acelp_vectors.c | 162 ff_acelp_weighted_vector_sum( int16_t* out, const int16_t *in_a, const int16_t *in_b, int16_t weight_coeff_a, int16_t weight_coeff_b, int16_t rounder, int shift, int length) ff_acelp_weighted_vector_sum() argument 182 ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) ff_weighted_vector_sumf() argument
|
H A D | amrnbdec.c | 154 weighted_vector_sumd(double *out, const double *in_a, const double *in_b, double weight_coeff_a, double weight_coeff_b, int length) weighted_vector_sumd() argument
|
Completed in 4 milliseconds