|
FFmpeg
4.4.6
|
#include "checkasm.h"#include "libavcodec/jpeg2000dsp.h"#include "libavutil/common.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.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 28 of file jpeg2000dsp.c.
| #define randomize_buffers | ( | ) |
Definition at line 30 of file jpeg2000dsp.c.
| #define randomize_buffers_float | ( | ) |
Definition at line 44 of file jpeg2000dsp.c.
Referenced by checkasm_check_jpeg2000dsp().
Definition at line 68 of file jpeg2000dsp.c.
Referenced by checkasm_check_jpeg2000dsp().
Definition at line 92 of file jpeg2000dsp.c.