FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavcodec/flacdsp.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 256 |
#define | MAX_CHANNELS 8 |
#define | randomize_buffers() |
Functions | |
static void | check_decorrelate (uint8_t **ref_dst, uint8_t **ref_src, uint8_t **new_dst, uint8_t **new_src, int channels, int bits) |
void | checkasm_check_flacdsp (void) |
#define BUF_SIZE 256 |
Definition at line 28 of file flacdsp.c.
Referenced by check_decorrelate(), and checkasm_check_flacdsp().
#define MAX_CHANNELS 8 |
Definition at line 29 of file flacdsp.c.
Referenced by checkasm_check_flacdsp().
#define randomize_buffers | ( | ) |
Definition at line 31 of file flacdsp.c.
Referenced by check_decorrelate().
|
static |
Definition at line 43 of file flacdsp.c.
Referenced by checkasm_check_flacdsp().