|
FFmpeg
|
Go to the source code of this file.
Functions | |
| void | ff_put_pixels_clamped_lasx (const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t stride) |
| void | ff_put_signed_pixels_clamped_lasx (const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t stride) |
| void | ff_add_pixels_clamped_lasx (const int16_t *block, uint8_t *av_restrict pixels, ptrdiff_t stride) |
| void ff_put_pixels_clamped_lasx | ( | const int16_t * | block, |
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | stride | ||
| ) |
Definition at line 25 of file idctdsp_lasx.c.
Referenced by ff_idctdsp_init_loongarch().
| void ff_put_signed_pixels_clamped_lasx | ( | const int16_t * | block, |
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | stride | ||
| ) |
Definition at line 50 of file idctdsp_lasx.c.
Referenced by ff_idctdsp_init_loongarch().
| void ff_add_pixels_clamped_lasx | ( | const int16_t * | block, |
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | stride | ||
| ) |
Definition at line 79 of file idctdsp_lasx.c.
Referenced by ff_idctdsp_init_loongarch().
1.8.17