|
FFmpeg
|
#include "swscale_loongarch.h"Go to the source code of this file.
Functions | |
| void | ff_hscale_16_to_15_lsx (SwsContext *c, int16_t *_dst, int dstW, const uint8_t *_src, const int16_t *filter, const int32_t *filterPos, int filterSize) |
| void | ff_hscale_16_to_19_lsx (SwsContext *c, int16_t *_dst, int dstW, const uint8_t *_src, const int16_t *filter, const int32_t *filterPos, int filterSize) |
| void ff_hscale_16_to_15_lsx | ( | SwsContext * | c, |
| int16_t * | _dst, | ||
| int | dstW, | ||
| const uint8_t * | _src, | ||
| const int16_t * | filter, | ||
| const int32_t * | filterPos, | ||
| int | filterSize | ||
| ) |
Definition at line 26 of file swscale_lsx.c.
Referenced by ff_sws_init_swscale_loongarch().
| void ff_hscale_16_to_19_lsx | ( | SwsContext * | c, |
| int16_t * | _dst, | ||
| int | dstW, | ||
| const uint8_t * | _src, | ||
| const int16_t * | filter, | ||
| const int32_t * | filterPos, | ||
| int | filterSize | ||
| ) |
Definition at line 42 of file swscale_lsx.c.
Referenced by ff_sws_init_swscale_loongarch().
1.8.17