FFmpeg
|
#include <string.h>
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/ac3dsp.h"
#include "checkasm.h"
Go to the source code of this file.
Macros | |
#define | randomize_float(buf, len) |
#define | BUF_SIZE 1024 |
Functions | |
static void | check_float_to_fixed24 (AC3DSPContext *c) |
void | checkasm_check_ac3dsp (void) |
#define randomize_float | ( | buf, | |
len | |||
) |
#define BUF_SIZE 1024 |
|
static |
Definition at line 39 of file ac3dsp.c.
Referenced by checkasm_check_ac3dsp().