Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds