#include <stdint.h>
Go to the source code of this file.
◆ H264_IDCT
#define H264_IDCT |
( |
|
depth | ) |
|
Value:
void ff_h264_idct_add16_ ## depth ## _c(
uint8_t *dst,
const int *blockoffset, int16_t *
block,
int stride,
const uint8_t nnzc[6*8]);\
void ff_h264_idct_add16intra_ ## depth ## _c(
uint8_t *dst,
const int *blockoffset, int16_t *
block,
int stride,
const uint8_t nnzc[6*8]);\
void ff_h264_idct8_add4_ ## depth ## _c(
uint8_t *dst,
const int *blockoffset, int16_t *
block,
int stride,
const uint8_t nnzc[6*8]);\
void ff_h264_idct_add8_422_ ## depth ## _c(
uint8_t **dest,
const int *blockoffset, int16_t *
block,
int stride,
const uint8_t nnzc[6*8]);\
void ff_h264_idct_add8_ ## depth ## _c(
uint8_t **dest,
const int *blockoffset, int16_t *
block,
int stride,
const uint8_t nnzc[6*8]);\
void ff_h264_luma_dc_dequant_idct_ ## depth ## _c(int16_t *
output, int16_t *
input,
int qmul);\
void ff_h264_chroma422_dc_dequant_idct_ ## depth ## _c(int16_t *
block,
int qmul);\
void ff_h264_chroma_dc_dequant_idct_ ## depth ## _c(int16_t *
block,
int qmul);
Definition at line 24 of file h264idct.h.