FFmpeg
|
Go to the source code of this file.
Macros | |
#define | LASX_TRANSPOSE4x16(in_0, in_1, in_2, in_3, out_0, out_1, out_2, out_3) |
#define | LASX_IDCTROWCONDDC |
#define | LASX_IDCTCOLS |
Functions | |
void | ff_simple_idct_lasx (int16_t *block) |
void | ff_simple_idct_put_lasx (uint8_t *dst, ptrdiff_t dst_stride, int16_t *block) |
void | ff_simple_idct_add_lasx (uint8_t *dst, ptrdiff_t dst_stride, int16_t *block) |
Definition at line 25 of file simple_idct_lasx.c.
#define LASX_IDCTROWCONDDC |
Definition at line 37 of file simple_idct_lasx.c.
#define LASX_IDCTCOLS |
Definition at line 127 of file simple_idct_lasx.c.
void ff_simple_idct_lasx | ( | int16_t * | block | ) |
Definition at line 177 of file simple_idct_lasx.c.
Referenced by ff_idctdsp_init_loongarch().
void ff_simple_idct_put_lasx | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
int16_t * | block | ||
) |
Definition at line 200 of file simple_idct_lasx.c.
Referenced by ff_idctdsp_init_loongarch().
void ff_simple_idct_add_lasx | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
int16_t * | block | ||
) |
Definition at line 234 of file simple_idct_lasx.c.
Referenced by ff_idctdsp_init_loongarch().