FFmpeg
Data Fields
CELPMContext Struct Reference

#include <celp_math.h>

Data Fields

float(* dot_productf )(const float *a, const float *b, int length)
 Return the dot product. More...
 

Detailed Description

Definition at line 28 of file celp_math.h.

Field Documentation

◆ dot_productf

float(* CELPMContext::dot_productf) (const float *a, const float *b, int length)

Return the dot product.

Parameters
ainput data array
binput data array
lengthnumber of elements
Returns
dot product = sum of elementwise products

Definition at line 37 of file celp_math.h.

Referenced by amrnb_decode_frame(), postfilter(), synthesis(), and tilt_factor().


The documentation for this struct was generated from the following file: