|
FFmpeg
4.4.6
|
#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 | randomize_buffers(buf, size) |
| #define | LARGEST_FILTER 16 |
| #define | FILTER_SIZES 4 |
| #define | LARGEST_INPUT_SIZE 512 |
| #define | INPUT_SIZES 6 |
| #define | SRC_PIXELS 128 |
| #define | MAX_FILTER_WIDTH 40 |
| #define | FILTER_SIZES 5 |
| #define | HSCALE_PAIRS 2 |
Functions | |
| static void | ref_function (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) |
| static void | check_yuv2yuvX (void) |
| static void | check_hscale (void) |
| void | checkasm_check_sw_scale (void) |
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) |
Definition at line 32 of file sw_scale.c.
| #define LARGEST_FILTER 16 |
| #define FILTER_SIZES 4 |
| #define LARGEST_INPUT_SIZE 512 |
| #define INPUT_SIZES 6 |
| #define SRC_PIXELS 128 |
Definition at line 138 of file sw_scale.c.
| #define MAX_FILTER_WIDTH 40 |
| #define FILTER_SIZES 5 |
| #define HSCALE_PAIRS 2 |
|
static |
Definition at line 41 of file sw_scale.c.
Referenced by check_yuv2yuvX().
Definition at line 62 of file sw_scale.c.
Referenced by checkasm_check_sw_scale().
Definition at line 140 of file sw_scale.c.
Referenced by checkasm_check_sw_scale().
Definition at line 230 of file sw_scale.c.