|
FFmpeg
|
#include <string.h>#include "checkasm.h"#include "libavcodec/alacdsp.h"#include "libavcodec/mathops.h"#include "libavutil/common.h"#include "libavutil/internal.h"Go to the source code of this file.
Macros | |
| #define | BUF_SIZE 256 |
| #define | MAX_CHANNELS 2 |
| #define | randomize_buffers() |
| #define | randomize_buffers() |
Functions | |
| static void | check_decorrelate_stereo (void) |
| static void | check_append_extra_bits (void) |
| void | checkasm_check_alacdsp (void) |
| #define BUF_SIZE 256 |
Definition at line 28 of file alacdsp.c.
Referenced by check_append_extra_bits(), and check_decorrelate_stereo().
| #define MAX_CHANNELS 2 |
Definition at line 29 of file alacdsp.c.
Referenced by check_append_extra_bits(), and check_decorrelate_stereo().
| #define randomize_buffers | ( | ) |
Definition at line 69 of file alacdsp.c.
Referenced by check_append_extra_bits(), and check_decorrelate_stereo().
| #define randomize_buffers | ( | ) |
Definition at line 41 of file alacdsp.c.
Referenced by checkasm_check_alacdsp().
Definition at line 84 of file alacdsp.c.
Referenced by checkasm_check_alacdsp().
1.8.6