|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>#include <math.h>#include "mathops.c"#include "entenc.c"#include "entdec.c"#include "entcode.c"#include "bands.c"#include "quant_bands.c"#include "laplace.c"#include "vq.c"#include "cwrs.c"#include "pitch.c"#include "celt_lpc.c"#include "celt.c"Macros | |
| #define | CUSTOM_MODES |
| #define | CELT_C |
| #define | WORD "%f" |
Functions | |
| void | testdiv (void) |
| void | testsqrt (void) |
| void | testbitexactcos (void) |
| void | testbitexactlog2tan (void) |
| void | testlog2 (void) |
| void | testexp2 (void) |
| void | testexp2log2 (void) |
| int | main (void) |
Variables | |
| int | ret = 0 |
| #define CELT_C |
| #define CUSTOM_MODES |
| #define WORD "%f" |
| int main | ( | void | ) |
| int ret = 0 |
1.8.13