FFmpeg
4.0
|
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "libavcodec/audiodsp.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "checkasm.h"
Go to the source code of this file.
Macros | |
#define | MAX_SIZE (32 * 128) |
#define | randomize_float(buf, len) |
#define | randomize_int(buf, len, size, bits) |
Functions | |
void | checkasm_check_audiodsp (void) |
#define MAX_SIZE (32 * 128) |
Definition at line 31 of file audiodsp.c.
Referenced by checkasm_check_audiodsp().
Definition at line 33 of file audiodsp.c.
Referenced by checkasm_check_audiodsp().
Definition at line 42 of file audiodsp.c.
Referenced by checkasm_check_audiodsp().
Definition at line 51 of file audiodsp.c.