Go to the source code of this file.
|
static void | yuv2planeX_8_ref (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) |
|
static int | cmp_off_by_n (const uint8_t *ref, const uint8_t *test, size_t n, int accuracy) |
|
static void | print_data (uint8_t *p, size_t len, size_t offset) |
|
static size_t | show_differences (uint8_t *a, uint8_t *b, size_t len) |
|
static void | check_yuv2yuv1 (int accurate) |
|
static void | check_yuv2yuvX (int accurate) |
|
static void | check_hscale (void) |
|
void | checkasm_check_sw_scale (void) |
|
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
int j; \
for (j = 0; j <
size; j+=4) \
} while (0)
Definition at line 31 of file sw_scale.c.
◆ LARGEST_INPUT_SIZE [1/3]
#define LARGEST_INPUT_SIZE 512 |
◆ LARGEST_FILTER
#define LARGEST_FILTER 16 |
◆ LARGEST_INPUT_SIZE [2/3]
#define LARGEST_INPUT_SIZE 512 |
◆ SRC_PIXELS
◆ MAX_FILTER_WIDTH
#define MAX_FILTER_WIDTH 40 |
◆ FILTER_SIZES
◆ HSCALE_PAIRS
◆ LARGEST_INPUT_SIZE [3/3]
#define LARGEST_INPUT_SIZE 512 |
◆ INPUT_SIZES
◆ yuv2planeX_8_ref()
static void yuv2planeX_8_ref |
( |
const int16_t * |
filter, |
|
|
int |
filterSize, |
|
|
const int16_t ** |
src, |
|
|
uint8_t * |
dest, |
|
|
int |
dstW, |
|
|
const uint8_t * |
dither, |
|
|
int |
offset |
|
) |
| |
|
static |
◆ cmp_off_by_n()
static int cmp_off_by_n |
( |
const uint8_t * |
ref, |
|
|
const uint8_t * |
test, |
|
|
size_t |
n, |
|
|
int |
accuracy |
|
) |
| |
|
static |
◆ print_data()
static void print_data |
( |
uint8_t * |
p, |
|
|
size_t |
len, |
|
|
size_t |
offset |
|
) |
| |
|
static |
◆ show_differences()
static size_t show_differences |
( |
uint8_t * |
a, |
|
|
uint8_t * |
b, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ check_yuv2yuv1()
static void check_yuv2yuv1 |
( |
int |
accurate | ) |
|
|
static |
◆ check_yuv2yuvX()
static void check_yuv2yuvX |
( |
int |
accurate | ) |
|
|
static |
◆ check_hscale()
static void check_hscale |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_sw_scale()
void checkasm_check_sw_scale |
( |
void |
| ) |
|