Go to the source code of this file.
|
static void FUNC() | yuv2planeX_8_16 (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, const uint8_t *dither, int offset, int x) |
|
static void | yuv2planeX_u (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset, int x) |
|
static void FUNC() | yuv2planeX (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) |
|
static void FUNC() | hScale_real (SwsInternal *c, int16_t *dst, int dstW, const uint8_t *src, const int16_t *filter, const int32_t *filterPos, int filterSize) |
|
◆ yuv2planeX_8_16()
static void FUNC() yuv2planeX_8_16 |
( |
const int16_t * |
filter, |
|
|
int |
filterSize, |
|
|
const int16_t ** |
src, |
|
|
uint8_t * |
dest, |
|
|
const uint8_t * |
dither, |
|
|
int |
offset, |
|
|
int |
x |
|
) |
| |
|
static |
◆ yuv2planeX_u()
static void yuv2planeX_u |
( |
const int16_t * |
filter, |
|
|
int |
filterSize, |
|
|
const int16_t ** |
src, |
|
|
uint8_t * |
dest, |
|
|
int |
dstW, |
|
|
const uint8_t * |
dither, |
|
|
int |
offset, |
|
|
int |
x |
|
) |
| |
|
inlinestatic |
◆ yuv2planeX()
static void FUNC() yuv2planeX |
( |
const int16_t * |
filter, |
|
|
int |
filterSize, |
|
|
const int16_t ** |
src, |
|
|
uint8_t * |
dest, |
|
|
int |
dstW, |
|
|
const uint8_t * |
dither, |
|
|
int |
offset |
|
) |
| |
|
static |
◆ hScale_real()
static void FUNC() hScale_real |
( |
SwsInternal * |
c, |
|
|
int16_t * |
dst, |
|
|
int |
dstW, |
|
|
const uint8_t * |
src, |
|
|
const int16_t * |
filter, |
|
|
const int32_t * |
filterPos, |
|
|
int |
filterSize |
|
) |
| |
|
static |