FFmpeg
|
celp_math.h
Go to the documentation of this file.
float(* dot_productf)(const float *a, const float *b, int length)
Return the dot product.
Definition: celp_math.h:37
int ff_exp2(uint16_t power)
fixed-point implementation of exp2(x) in [0; 1] domain.
Definition: celp_math.c:48
struct CELPMContext CELPMContext
float ff_dot_productf(const float *a, const float *b, int length)
Return the dot product.
Definition: celp_math.c:109
Definition: celp_math.h:28
static int bidir_sal(int value, int offset)
Shift value left or right depending on sign of offset parameter.
Definition: celp_math.h:71
int64_t ff_dot_product(const int16_t *a, const int16_t *b, int length)
returns the dot product of 2 int16_t vectors.
Definition: celp_math.c:98
Generated on Mon Nov 18 2024 06:51:53 for FFmpeg by 1.8.11