FFmpeg
4.0
|
#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() |
#define | randomize_buffers_float() |
Functions | |
static void | check_rct_int (void) |
static void | check_ict_float (void) |
void | checkasm_check_jpeg2000dsp (void) |
#define BUF_SIZE 512 |
Definition at line 27 of file jpeg2000dsp.c.
Referenced by check_ict_float(), and check_rct_int().
#define randomize_buffers | ( | ) |
Definition at line 29 of file jpeg2000dsp.c.
Referenced by check_rct_int().
#define randomize_buffers_float | ( | ) |
Definition at line 36 of file jpeg2000dsp.c.
Referenced by check_ict_float().
Definition at line 43 of file jpeg2000dsp.c.
Referenced by checkasm_check_jpeg2000dsp().
Definition at line 67 of file jpeg2000dsp.c.
Referenced by checkasm_check_jpeg2000dsp().
Definition at line 91 of file jpeg2000dsp.c.