|
FFmpeg
|
Go to the source code of this file.
Functions | |
| void | planar_rgb_to_uv_lasx (uint8_t *_dstU, uint8_t *_dstV, const uint8_t *src[4], int width, int32_t *rgb2yuv, void *opq) |
| void | planar_rgb_to_y_lasx (uint8_t *_dst, const uint8_t *src[4], int width, int32_t *rgb2yuv, void *opq) |
| av_cold void | ff_sws_init_input_lasx (SwsInternal *c) |
| void planar_rgb_to_uv_lasx | ( | uint8_t * | _dstU, |
| uint8_t * | _dstV, | ||
| const uint8_t * | src[4], | ||
| int | width, | ||
| int32_t * | rgb2yuv, | ||
| void * | opq | ||
| ) |
Definition at line 25 of file input_lasx.c.
Referenced by ff_sws_init_input_lasx().
| void planar_rgb_to_y_lasx | ( | uint8_t * | _dst, |
| const uint8_t * | src[4], | ||
| int | width, | ||
| int32_t * | rgb2yuv, | ||
| void * | opq | ||
| ) |
Definition at line 127 of file input_lasx.c.
| av_cold void ff_sws_init_input_lasx | ( | SwsInternal * | c | ) |
Definition at line 204 of file input_lasx.c.
Referenced by ff_sws_init_swscale_loongarch().
1.8.17