summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-03 19:29:18 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-04 16:20:34 +0200
commit66e2dd11876395c3ad053744b19fd46b0618155a (patch)
tree7030e322966037e8c42e794108f9cae299e82394 /libavcodec/h264idct_template.c
parent9cec1bbd1477b1e38907b37779ab9a7f5800eca2 (diff)
doxygen: Add qmul docs.
Diffstat (limited to 'libavcodec/h264idct_template.c')
-rw-r--r--libavcodec/h264idct_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c
index e288f9bf1b..c024538db5 100644
--- a/libavcodec/h264idct_template.c
+++ b/libavcodec/h264idct_template.c
@@ -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