FFmpeg
Loading...
Searching...
No Matches
celp_math.c File Reference
#include <math.h>
#include <stdint.h>
#include "libavutil/avassert.h"
#include "libavutil/float_dsp.h"
#include "libavutil/libm.h"
#include "libavutil/macros.h"
#include "libavcodec/celp_math.h"

Go to the source code of this file.

Functions

static void IsAlmostEqual (float A, float B, float epsilon)
 
int main (void)
 

Function Documentation

◆ IsAlmostEqual()

static void IsAlmostEqual ( float A,
float B,
float epsilon )
inlinestatic

Definition at line 29 of file celp_math.c.

Referenced by main().

◆ main()

int main ( void )

Definition at line 38 of file celp_math.c.