webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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) |
#define NBANDS (21) |
#define NFREQS (240) |
#define OPUS_COSF | ( | _x | ) | ((float)cos(_x)) |
#define OPUS_PI (3.14159265F) |
#define OPUS_SINF | ( | _x | ) | ((float)sin(_x)) |
#define TEST_WIN_SIZE (480) |
#define TEST_WIN_STEP (120) |
int main | ( | int | _argc, |
const char ** | _argv | ||
) |