Revision af0b2d67 libavcodec/dsputil.h
libavcodec/dsputil.h | ||
---|---|---|
64 | 64 |
void ff_h264_idct8_add4_c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]); |
65 | 65 |
void ff_h264_idct_add8_c(uint8_t **dest, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]); |
66 | 66 |
|
67 |
void ff_h264_chroma_dc_dequant_idct_c(DCTELEM *block, int qmul); |
|
67 | 68 |
void ff_h264_luma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qmul); |
68 | 69 |
void ff_svq3_luma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qp); |
69 | 70 |
void ff_svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc); |
Also available in: Unified diff