webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <stdint.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "opus_multistream.h"
#include "opus.h"
#include "../src/opus_private.h"
#include "test_opus_common.h"
Macros | |
#define | MAX_PACKET (1500) |
#define | SAMPLES (48000*30) |
#define | SSAMPLES (SAMPLES/3) |
#define | MAX_FRAME_SAMP (5760) |
#define | PI (3.141592653589793238462643f) |
Functions | |
void | generate_music (short *buf, opus_int32 len) |
int | run_test1 (int no_fuzz) |
int | main (int _argc, char **_argv) |
#define MAX_FRAME_SAMP (5760) |
#define MAX_PACKET (1500) |
#define PI (3.141592653589793238462643f) |
#define SAMPLES (48000*30) |
#define SSAMPLES (SAMPLES/3) |
void generate_music | ( | short * | buf, |
opus_int32 | len | ||
) |
int main | ( | int | _argc, |
char ** | _argv | ||
) |
int run_test1 | ( | int | no_fuzz | ) |