#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
◆ H264_IDCT
| #define H264_IDCT |
( |
| depth | ) |
|
Value:void ff_h264_idct8_add_ ## depth ## _c(uint8_t *
dst, int16_t *
block, ptrdiff_t
stride);\
void ff_h264_idct_add_ ## depth ## _c(uint8_t *
dst, int16_t *
block, ptrdiff_t
stride);\
void ff_h264_idct8_dc_add_ ## depth ## _c(uint8_t *
dst, int16_t *
block, ptrdiff_t
stride);\
void ff_h264_idct_dc_add_ ## depth ## _c(uint8_t *
dst, int16_t *
block, ptrdiff_t
stride);\
void ff_h264_idct_add16_ ## depth ## _c(uint8_t *
dst,
const int *blockoffset, int16_t *
block, ptrdiff_t
stride,
const uint8_t nnzc[5 * 8]);\
void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *
dst,
const int *blockoffset, int16_t *
block, ptrdiff_t
stride,
const uint8_t nnzc[5 * 8]);\
void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *
dst,
const int *blockoffset, int16_t *
block, ptrdiff_t
stride,
const uint8_t nnzc[5 * 8]);\
void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest,
const int *blockoffset, int16_t *
block, ptrdiff_t
stride,
const uint8_t nnzc[15 * 8]);\
void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest,
const int *blockoffset, int16_t *
block, ptrdiff_t
stride,
const uint8_t nnzc[15 * 8]);\
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
Definition at line 25 of file h264idct.h.
◆ H264_IDCT2
| #define H264_IDCT2 |
( |
| pixsize | ) |
|
Value:void ff_h264_luma_dc_dequant_idct_ ## pixsize ## _c(int16_t *output, int16_t *input, int qmul);\
void ff_h264_chroma422_dc_dequant_idct_ ## pixsize ## _c(int16_t *
block,
int qmul);\
void ff_h264_chroma_dc_dequant_idct_ ## pixsize ## _c(int16_t *
block,
int qmul);
Definition at line 42 of file h264idct.h.