Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqcelpdec.c396 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) in apply_gain_ctrl() argument
401 float res = avpriv_scalarproduct_float_c(v_ref + i, v_ref + i, 40); in apply_gain_ctrl()