FFmpeg
|
#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) |
Definition at line 29 of file celp_math.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 38 of file celp_math.c.