Go to the source code of this file.
◆ 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_FILTER
#define LARGEST_FILTER 16 |
◆ FILTER_SIZES [1/2]
◆ LARGEST_INPUT_SIZE [1/2]
#define LARGEST_INPUT_SIZE 512 |
◆ INPUT_SIZES [1/2]
◆ SRC_PIXELS
◆ MAX_FILTER_WIDTH
#define MAX_FILTER_WIDTH 40 |
◆ FILTER_SIZES [2/2]
◆ HSCALE_PAIRS
◆ LARGEST_INPUT_SIZE [2/2]
#define LARGEST_INPUT_SIZE 512 |
◆ INPUT_SIZES [2/2]
◆ ref_function()
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 |
◆ check_yuv2yuvX()
static void check_yuv2yuvX |
( |
void |
| ) |
|
|
static |
◆ check_hscale()
static void check_hscale |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_sw_scale()
void checkasm_check_sw_scale |
( |
void |
| ) |
|