FFmpeg
|
#include <celp_math.h>
Data Fields | |
float(* | dot_productf )(const float *a, const float *b, int length) |
Return the dot product. More... | |
Definition at line 28 of file celp_math.h.
Return the dot product.
a | input data array |
b | input data array |
length | number of elements |
Definition at line 37 of file celp_math.h.
Referenced by amrnb_decode_frame(), postfilter(), synthesis(), and tilt_factor().