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.h"
#include "test_opus_common.h"
Macros | |
#define | MAX_PACKET (1500) |
#define | MAX_FRAME_SAMP (5760) |
Functions | |
int | test_decoder_code0 (int no_fuzz) |
void | test_soft_clip (void) |
int | main (int _argc, char **_argv) |
#define MAX_FRAME_SAMP (5760) |
#define MAX_PACKET (1500) |
int main | ( | int | _argc, |
char ** | _argv | ||
) |
int test_decoder_code0 | ( | int | no_fuzz | ) |