# HG changeset patch # User takis # Date 1165355851 0 # Node ID 3a4d4be05618348a884a108b06adb6fca61eb516 # Parent 6f839bb4745794cfce56f6e125e9d5d72a8657a3 Add comment denoting group of H.264 functions diff -r 6f839bb47457 -r 3a4d4be05618 dsputil.h --- a/dsputil.h Tue Dec 05 21:52:15 2006 +0000 +++ b/dsputil.h Tue Dec 05 21:57:31 2006 +0000 @@ -378,6 +378,7 @@ #define BASIS_SHIFT 16 #define RECON_SHIFT 6 + /* h264 functions */ void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride); void (*h264_idct8_add)(uint8_t *dst, DCTELEM *block, int stride); void (*h264_idct_dc_add)(uint8_t *dst, DCTELEM *block, int stride);