FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavcodec/defs.h"
#include "libavcodec/exrdsp.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem_internal.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 PADDED_BUF_SIZE BUF_SIZE+AV_INPUT_BUFFER_PADDING_SIZE*2 |
#define randomize_buffers | ( | ) |
|
static |
Definition at line 41 of file exrdsp.c.
Referenced by checkasm_check_exrdsp().
|
static |
Definition at line 59 of file exrdsp.c.
Referenced by checkasm_check_exrdsp().