Searched refs:ff_dot_productf (Results 1 – 3 of 3) sorted by relevance
111 float ff_dot_productf(const float* a, const float* b, int length) in ff_dot_productf() function124 c->dot_productf = ff_dot_productf; in ff_celp_math_init()
95 float ff_dot_productf(const float* a, const float* b, int length);
39 float r = ff_dot_productf(f1, f2, FF_ARRAY_ELEMS(f1)); in main()