webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
test_opus_decode.c File Reference
#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)
 

Macro Definition Documentation

◆ MAX_FRAME_SAMP

#define MAX_FRAME_SAMP   (5760)

◆ MAX_PACKET

#define MAX_PACKET   (1500)

Function Documentation

◆ main()

int main ( int  _argc,
char **  _argv 
)

◆ test_decoder_code0()

int test_decoder_code0 ( int  no_fuzz)

◆ test_soft_clip()

void test_soft_clip ( void  )