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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqcelpdec.c394 * @param v_ref vector to control gain of
398 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
404 ff_dot_productf(v_ref + i,
405 v_ref + i, 40),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqcelpdec.c392 * @param v_ref vector to control gain of
396 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
401 float res = avpriv_scalarproduct_float_c(v_ref + i, v_ref + i, 40);

Completed in 111 milliseconds