OSDN Git Service

doxygen: Add qmul docs.
authorDiego Biurrun <diego@biurrun.de>
Sun, 3 Jul 2011 17:29:18 +0000 (19:29 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 4 Jul 2011 14:20:34 +0000 (16:20 +0200)
libavcodec/h264idct_template.c

index e288f9b..c024538 100644 (file)
@@ -237,6 +237,7 @@ void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, DCTELEM *
 }
 /**
  * IDCT transforms the 16 dc values and dequantizes them.
+ * @param qmul quantization parameter
  */
 void FUNCC(ff_h264_luma_dc_dequant_idct)(DCTELEM *_output, DCTELEM *_input, int qmul){
 #define stride 16