changeset 8684:ec65d742016f libavcodec

Fix Doxygen comments for RV3/4 decoder.
author kostya
date Wed, 28 Jan 2009 07:16:20 +0000
parents a262391f1ac6
children ed386fa1399e
files rv34.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rv34.c	Wed Jan 28 07:15:22 2009 +0000
+++ b/rv34.c	Wed Jan 28 07:16:20 2009 +0000
@@ -65,6 +65,7 @@
  * Generate VLC from codeword lengths.
  * @param bits   codeword lengths (zeroes are accepted)
  * @param size   length of input data
+ * @param vlc    output VLC
  * @param insyms symbols for input codes (NULL for default ones)
  */
 static void rv34_gen_vlc(const uint8_t *bits, int size, VLC *vlc, const uint8_t *insyms)
@@ -618,6 +619,10 @@
  * @param mv_off offset to the motion vector information
  * @param width width of the current partition in 8x8 blocks
  * @param height height of the current partition in 8x8 blocks
+ * @param dir motion compensation direction (i.e. from the last or the next reference frame)
+ * @param thirdpel motion vectors are specified in 1/3 of pixel
+ * @param qpel_mc a set of functions used to perform luma motion compensation
+ * @param chroma_mc a set of functions used to perform chroma motion compensation
  */
 static inline void rv34_mc(RV34DecContext *r, const int block_type,
                           const int xoff, const int yoff, int mv_off,