Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcelp_math.c111 float ff_dot_productf(const float* a, const float* b, int length) in ff_dot_productf() function
124 c->dot_productf = ff_dot_productf; in ff_celp_math_init()
Dcelp_math.h95 float ff_dot_productf(const float* a, const float* b, int length);
/third_party/ffmpeg/libavcodec/tests/
Dcelp_math.c39 float r = ff_dot_productf(f1, f2, FF_ARRAY_ELEMS(f1)); in main()