| FFmpeg
    | 
#include <string.h>#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.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 | 
| #define | MAX_HEIGHT 128 | 
| Functions | |
| static void | check_shuffle_bytes (void *func, const char *report) | 
| static void | check_uyvy_to_422p (void) | 
| static void | check_interleave_bytes (void) | 
| void | checkasm_check_sw_rgb (void) | 
| Variables | |
| static const uint8_t | width [] = {12, 16, 20, 32, 36, 128} | 
| struct { | |
| uint8_t w | |
| uint8_t h | |
| uint8_t s | |
| } | planes [] | 
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) | 
| 
 | static | 
Definition at line 45 of file sw_rgb.c.
Referenced by checkasm_check_sw_rgb().
| 
 | static | 
Definition at line 71 of file sw_rgb.c.
Referenced by checkasm_check_sw_rgb().
| 
 | static | 
Definition at line 114 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(), and check_uyvy_to_422p().
| uint8_t w | 
Definition at line 38 of file sw_rgb.c.
Referenced by check_interleave_bytes(), and check_uyvy_to_422p().
| uint8_t h | 
Definition at line 38 of file sw_rgb.c.
Referenced by check_interleave_bytes(), and check_uyvy_to_422p().
| uint8_t s | 
Definition at line 38 of file sw_rgb.c.
Referenced by check_uyvy_to_422p().
| const { ... } planes[] | 
Referenced by check_uyvy_to_422p().
 1.8.17
 1.8.17