FFmpeg
|
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libswscale/rgb2rgb.h"
#include "checkasm.h"
Go to the source code of this file.
Macros | |
#define | randomize_buffers(buf, size) |
#define | MAX_STRIDE 128 |
Functions | |
static void | check_shuffle_bytes (void *func, const char *report) |
void | checkasm_check_sw_rgb (void) |
Variables | |
static const uint8_t | width [] = {12, 16, 20, 32, 36, 128} |
Definition at line 30 of file sw_rgb.c.
Referenced by check_shuffle_bytes().
#define MAX_STRIDE 128 |
Definition at line 39 of file sw_rgb.c.
Referenced by check_shuffle_bytes().
Definition at line 41 of file sw_rgb.c.
Referenced by checkasm_check_sw_rgb().
|
static |
Definition at line 37 of file sw_rgb.c.
Referenced by check_shuffle_bytes().