|
FFmpeg
4.4.6
|
#include <string.h>#include "checkasm.h"#include "libavfilter/colorspacedsp.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 | W 64 |
| #define | H 64 |
| #define | randomize_buffers() |
| #define | randomize_buffers() |
Functions | |
| static void | check_yuv2yuv (void) |
| static void | check_yuv2rgb (void) |
| static void | check_rgb2yuv (void) |
| static void | check_multiply3x3 (void) |
| void | checkasm_check_colorspace (void) |
Variables | |
| static const char * | format_string [] |
| static const unsigned | bpp_mask [] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff } |
| #define W 64 |
Definition at line 29 of file vf_colorspace.c.
| #define H 64 |
Definition at line 30 of file vf_colorspace.c.
| #define randomize_buffers | ( | ) |
Definition at line 185 of file vf_colorspace.c.
| #define randomize_buffers | ( | ) |
Definition at line 54 of file vf_colorspace.c.
Referenced by checkasm_check_colorspace().
Definition at line 122 of file vf_colorspace.c.
Referenced by checkasm_check_colorspace().
Definition at line 199 of file vf_colorspace.c.
Referenced by checkasm_check_colorspace().
Definition at line 263 of file vf_colorspace.c.
Referenced by checkasm_check_colorspace().
Definition at line 309 of file vf_colorspace.c.
|
static |
Definition at line 48 of file vf_colorspace.c.
|
static |
Definition at line 52 of file vf_colorspace.c.