[FFmpeg-soc] [soc]: r1256 - dirac/libavcodec/dirac.c

marco subversion at mplayerhq.hu
Thu Aug 30 21:00:29 CEST 2007


Author: marco
Date: Thu Aug 30 21:00:20 2007
New Revision: 1256

Log:
update comments to reflect the latest change

Modified:
   dirac/libavcodec/dirac.c

Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c	(original)
+++ dirac/libavcodec/dirac.c	Thu Aug 30 21:00:20 2007
@@ -2045,6 +2045,7 @@ static inline int spatial_wt(int i, int 
  * @param ref2       second reference frame
  * @param currblock  MC block to use
  * @param comp       component
+ * @param border     0 if this is not a border MC block, otherwise 1
  */
 static void motion_comp_block2refs(DiracContext *s, int16_t *coeffs,
                                    int i, int j, int xstart, int xstop,
@@ -2236,6 +2237,7 @@ STOP_TIMER("two_refframes");
  * @param ref        0=first refframe 1=second refframe
  * @param currblock  MC block to use
  * @param comp       component
+ * @param border     0 if this is not a border MC block, otherwise 1
  */
 static void motion_comp_block1ref(DiracContext *s, int16_t *coeffs,
                                   int i, int j, int xstart, int xstop,
@@ -2372,6 +2374,7 @@ STOP_TIMER("single_refframe");
  * @param xstop  bottom right coordinate of the MC block
  * @param ystop  bottom right coordinate of the MC block
  * @param dcval  DC value to apply to all coefficients in the MC block
+ * @param border 0 if this is not a border MC block, otherwise 1
  */
 static inline void motion_comp_dc_block(DiracContext *s,
                                         int16_t *coeffs, int i, int j,



More information about the FFmpeg-soc mailing list