webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
opus_compare.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>

Macros

#define OPUS_PI   (3.14159265F)
 
#define OPUS_COSF(_x)   ((float)cos(_x))
 
#define OPUS_SINF(_x)   ((float)sin(_x))
 
#define NBANDS   (21)
 
#define NFREQS   (240)
 
#define TEST_WIN_SIZE   (480)
 
#define TEST_WIN_STEP   (120)
 

Functions

int main (int _argc, const char **_argv)
 

Macro Definition Documentation

◆ NBANDS

#define NBANDS   (21)

◆ NFREQS

#define NFREQS   (240)

◆ OPUS_COSF

#define OPUS_COSF (   _x)    ((float)cos(_x))

◆ OPUS_PI

#define OPUS_PI   (3.14159265F)

◆ OPUS_SINF

#define OPUS_SINF (   _x)    ((float)sin(_x))

◆ TEST_WIN_SIZE

#define TEST_WIN_SIZE   (480)

◆ TEST_WIN_STEP

#define TEST_WIN_STEP   (120)

Function Documentation

◆ main()

int main ( int  _argc,
const char **  _argv 
)