Go to the source code of this file.
◆ randomize_buffers
| #define randomize_buffers |
( |
| buf, |
|
|
| size ) |
◆ CMP_FUNC
Value:
size_t n, int accuracy) \
{ \
for (
size_t i = 0;
i < n;
i++) { \
return 1; \
} \
return 0; \
}
#define i(width, name, range_min, range_max)
static const uint8_t bits[8]
static int ref[MAX_W *MAX_W]
Definition at line 55 of file sw_scale.c.
◆ SHOW_DIFF_FUNC
| #define SHOW_DIFF_FUNC |
( |
| bits | ) |
|
◆ LARGEST_INPUT_SIZE [1/4]
| #define LARGEST_INPUT_SIZE 512 |
◆ LARGEST_FILTER [1/2]
| #define LARGEST_FILTER 16 |
◆ LARGEST_INPUT_SIZE [2/4]
| #define LARGEST_INPUT_SIZE 512 |
◆ LARGEST_FILTER [2/2]
| #define LARGEST_FILTER 16 |
◆ LARGEST_INPUT_SIZE [3/4]
| #define LARGEST_INPUT_SIZE 512 |
◆ SRC_PIXELS
◆ MAX_FILTER_WIDTH
| #define MAX_FILTER_WIDTH 40 |
◆ FILTER_SIZES
◆ HSCALE_PAIRS
◆ LARGEST_INPUT_SIZE [4/4]
| #define LARGEST_INPUT_SIZE 512 |
◆ 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 |
◆ check_yuv2yuv1()
| static void check_yuv2yuv1 |
( |
int | accurate | ) |
|
|
static |
◆ check_yuv2yuvX()
| static void check_yuv2yuvX |
( |
int | accurate, |
|
|
int | bit_depth, |
|
|
int | dst_pix_format ) |
|
static |
◆ check_yuv2nv12cX()
| static void check_yuv2nv12cX |
( |
int | accurate | ) |
|
|
static |
◆ check_hscale()
| static void check_hscale |
( |
void | | ) |
|
|
static |
◆ checkasm_check_sw_scale()
| void checkasm_check_sw_scale |
( |
void | | ) |
|