Revision bb53e1d1 libswscale/swscale_internal.h
libswscale/swscale_internal.h | ||
---|---|---|
253 | 253 |
const int16_t **alpSrc, uint8_t *dest, |
254 | 254 |
long dstW, long dstY); |
255 | 255 |
|
256 |
void (*hyscale_internal)(uint8_t *dst, const uint8_t *src,
|
|
257 |
long width, uint32_t *pal);
|
|
258 |
void (*hascale_internal)(uint8_t *dst, const uint8_t *src,
|
|
259 |
long width, uint32_t *pal);
|
|
260 |
void (*hcscale_internal)(uint8_t *dstU, uint8_t *dstV,
|
|
261 |
const uint8_t *src1, const uint8_t *src2,
|
|
262 |
long width, uint32_t *pal);
|
|
256 |
void (*lumToYV12)(uint8_t *dst, const uint8_t *src,
|
|
257 |
long width, uint32_t *pal); ///< Unscaled conversion of luma plane to YV12 for horizontal scaler.
|
|
258 |
void (*alpToYV12)(uint8_t *dst, const uint8_t *src,
|
|
259 |
long width, uint32_t *pal); ///< Unscaled conversion of alpha plane to YV12 for horizontal scaler.
|
|
260 |
void (*chrToYV12)(uint8_t *dstU, uint8_t *dstV,
|
|
261 |
const uint8_t *src1, const uint8_t *src2, |
|
262 |
long width, uint32_t *pal); ///< Unscaled conversion of chroma planes to YV12 for horizontal scaler.
|
|
263 | 263 |
void (*hyscale_fast)(struct SwsContext *c, |
264 | 264 |
int16_t *dst, int dstWidth, |
265 | 265 |
const uint8_t *src, int srcW, int xInc); |
Also available in: Unified diff