Skip to content
Snippets Groups Projects
Commit ea9f5d6f authored by Panagiotis Issaris's avatar Panagiotis Issaris
Browse files

Add comment denoting group of H.264 functions

Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 550e66cb
No related branches found
No related tags found
No related merge requests found
...@@ -378,6 +378,7 @@ typedef struct DSPContext { ...@@ -378,6 +378,7 @@ typedef struct DSPContext {
#define BASIS_SHIFT 16 #define BASIS_SHIFT 16
#define RECON_SHIFT 6 #define RECON_SHIFT 6
/* h264 functions */
void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride); void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride);
void (*h264_idct8_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); void (*h264_idct_dc_add)(uint8_t *dst, DCTELEM *block, int stride);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment