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 | randomize_buffers(buf, size) |
#define | LARGEST_FILTER 16 |
#define | FILTER_SIZES 4 |
#define | LARGEST_INPUT_SIZE 512 |
#define | INPUT_SIZES 4 |
#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.
Referenced by check_hscale(), and check_yuv2yuvX().
#define LARGEST_FILTER 16 |
Referenced by check_yuv2yuvX().
#define FILTER_SIZES 4 |
Referenced by check_hscale(), and check_yuv2yuvX().
#define LARGEST_INPUT_SIZE 512 |
Referenced by check_yuv2yuvX().
#define INPUT_SIZES 4 |
Referenced by check_yuv2yuvX().
#define SRC_PIXELS 128 |
Definition at line 138 of file sw_scale.c.
Referenced by check_hscale().
#define MAX_FILTER_WIDTH 40 |
Referenced by check_hscale().
#define FILTER_SIZES 5 |
#define HSCALE_PAIRS 2 |
Referenced by check_hscale().
|
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.