FFmpeg
|
#include "checkasm.h"
#include "libavcodec/jpeg2000dsp.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 512 |
#define | randomize_buffers() |
Functions | |
static void | check_mct (uint8_t *ref0, uint8_t *ref1, uint8_t *ref2, uint8_t *new0, uint8_t *new1, uint8_t *new2) |
void | checkasm_check_jpeg2000dsp (void) |
#define BUF_SIZE 512 |
Definition at line 27 of file jpeg2000dsp.c.
Referenced by check_mct(), and checkasm_check_jpeg2000dsp().
#define randomize_buffers | ( | ) |
Definition at line 29 of file jpeg2000dsp.c.
Referenced by check_mct().
|
static |
Definition at line 45 of file jpeg2000dsp.c.
Referenced by checkasm_check_jpeg2000dsp().
Definition at line 58 of file jpeg2000dsp.c.