Commit 5ebd23b8 authored by takis's avatar takis

Added entry for H.264 DCT to the DSP context.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7247 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 07e7ef56
......@@ -383,6 +383,7 @@ typedef struct DSPContext {
void (*h264_idct8_add)(uint8_t *dst, DCTELEM *block, int stride);
void (*h264_idct_dc_add)(uint8_t *dst, DCTELEM *block, int stride);
void (*h264_idct8_dc_add)(uint8_t *dst, DCTELEM *block, int stride);
void (*h264_dct)(DCTELEM block[4][4]);
/* snow wavelet */
void (*vertical_compose97i)(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, DWTELEM *b3, DWTELEM *b4, DWTELEM *b5, int width);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment