|
FFmpeg
|
#include <string.h>#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavutil/mem_internal.h"#include "libswscale/swscale.h"#include "libswscale/swscale_internal.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | LARGEST_INPUT_SIZE 1920 |
| #define | LARGEST_INPUT_SIZE 1920 |
Functions | |
| static void | randomize_buffers (int16_t *buf0, int16_t *buf1, int bit_depth, int width) |
| static void | check_lumConvertRange (int from) |
| static void | check_chrConvertRange (int from) |
| void | checkasm_check_sw_range_convert (void) |
Variables | |
| static enum AVPixelFormat | pixel_formats [] |
| #define LARGEST_INPUT_SIZE 1920 |
| #define LARGEST_INPUT_SIZE 1920 |
|
static |
Definition at line 40 of file sw_range_convert.c.
Referenced by check_chrConvertRange(), and check_lumConvertRange().
|
static |
Definition at line 58 of file sw_range_convert.c.
Referenced by checkasm_check_sw_range_convert().
|
static |
Definition at line 139 of file sw_range_convert.c.
Referenced by checkasm_check_sw_range_convert().
| void checkasm_check_sw_range_convert | ( | void | ) |
Definition at line 224 of file sw_range_convert.c.
|
static |
Definition at line 31 of file sw_range_convert.c.
Referenced by check_chrConvertRange(), and check_lumConvertRange().
1.8.17