Mercurial > libavcodec.hg
changeset 4279:1f84e4f18aa1 libavcodec
Added entry for H.264 DCT to the DSP context.
author | takis |
---|---|
date | Thu, 07 Dec 2006 16:09:33 +0000 |
parents | 730ffb021033 |
children | 57dc5aabf8c0 |
files | dsputil.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.h Thu Dec 07 15:59:42 2006 +0000 +++ b/dsputil.h Thu Dec 07 16:09:33 2006 +0000 @@ -383,6 +383,7 @@ 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);