doxygen: Add qmul docs.

This commit is contained in:
Diego Biurrun
2011-07-04 16:20:34 +02:00
parent 9cec1bbd14
commit 66e2dd1187
+1
View 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