FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/exrdsp.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 5120 |
#define | PADDED_BUF_SIZE BUF_SIZE+AV_INPUT_BUFFER_PADDING_SIZE*2 |
#define | randomize_buffers() |
Functions | |
static void | check_reorder_pixels (void) |
static void | check_predictor (void) |
void | checkasm_check_exrdsp (void) |
#define BUF_SIZE 5120 |
Definition at line 28 of file exrdsp.c.
Referenced by check_predictor(), and check_reorder_pixels().
#define PADDED_BUF_SIZE BUF_SIZE+AV_INPUT_BUFFER_PADDING_SIZE*2 |
Definition at line 29 of file exrdsp.c.
Referenced by check_predictor(), and check_reorder_pixels().
#define randomize_buffers | ( | ) |
Definition at line 31 of file exrdsp.c.
Referenced by check_predictor(), and check_reorder_pixels().
Definition at line 40 of file exrdsp.c.
Referenced by checkasm_check_exrdsp().
Definition at line 58 of file exrdsp.c.
Referenced by checkasm_check_exrdsp().