FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_h264_idct_add16_8_lsx (uint8_t *dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 *8]) |
void | ff_h264_idct8_add4_8_lsx (uint8_t *dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 *8]) |
void | ff_h264_idct_add8_8_lsx (uint8_t **dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 *8]) |
void | ff_h264_idct_add8_422_8_lsx (uint8_t **dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 *8]) |
void | ff_h264_idct_add16_intra_8_lsx (uint8_t *dst, const int32_t *blk_offset, int16_t *block, int32_t dst_stride, const uint8_t nzc[15 *8]) |
void ff_h264_idct_add16_8_lsx | ( | uint8_t * | dst, |
const int32_t * | blk_offset, | ||
int16_t * | block, | ||
int32_t | dst_stride, | ||
const uint8_t | nzc[15 *8] | ||
) |
Definition at line 28 of file h264idct_loongarch.c.
Referenced by ff_h264dsp_init_loongarch().
void ff_h264_idct8_add4_8_lsx | ( | uint8_t * | dst, |
const int32_t * | blk_offset, | ||
int16_t * | block, | ||
int32_t | dst_stride, | ||
const uint8_t | nzc[15 *8] | ||
) |
Definition at line 49 of file h264idct_loongarch.c.
Referenced by ff_h264dsp_init_loongarch().
void ff_h264_idct_add8_8_lsx | ( | uint8_t ** | dst, |
const int32_t * | blk_offset, | ||
int16_t * | block, | ||
int32_t | dst_stride, | ||
const uint8_t | nzc[15 *8] | ||
) |
Definition at line 93 of file h264idct_loongarch.c.
Referenced by ff_h264dsp_init_loongarch().
void ff_h264_idct_add8_422_8_lsx | ( | uint8_t ** | dst, |
const int32_t * | blk_offset, | ||
int16_t * | block, | ||
int32_t | dst_stride, | ||
const uint8_t | nzc[15 *8] | ||
) |
Definition at line 121 of file h264idct_loongarch.c.
Referenced by ff_h264dsp_init_loongarch().
void ff_h264_idct_add16_intra_8_lsx | ( | uint8_t * | dst, |
const int32_t * | blk_offset, | ||
int16_t * | block, | ||
int32_t | dst_stride, | ||
const uint8_t | nzc[15 *8] | ||
) |
Definition at line 169 of file h264idct_loongarch.c.
Referenced by ff_h264dsp_init_loongarch().