|
FFmpeg
|
Go to the source code of this file.
Functions | |
| 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) |
|
static |
Definition at line 27 of file swscale_ppc_template.c.
Referenced by yuv2planeX(), and yuv2planeX_8_16().
|
inlinestatic |
Definition at line 70 of file swscale_ppc_template.c.
Referenced by yuv2planeX().
|
static |
Definition at line 84 of file swscale_ppc_template.c.
Referenced by ff_init_vscale_pfn(), ff_sws_init_input_funcs(), ff_sws_init_output_funcs(), ff_sws_init_output_lasx(), ff_sws_init_output_lsx(), ff_swscale(), rgbaToA_lsx(), yuv2planeX(), and yuv420_abgr32_lsx().
|
static |
Definition at line 100 of file swscale_ppc_template.c.
Referenced by hScale_real().