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

marco subversion at mplayerhq.hu
Sun Aug 19 00:19:58 CEST 2007


Author: marco
Date: Sun Aug 19 00:19:58 2007
New Revision: 987

Log:
Fix indentation

Modified:
   dirac/libavcodec/dirac.c

Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c	(original)
+++ dirac/libavcodec/dirac.c	Sun Aug 19 00:19:58 2007
@@ -1588,7 +1588,7 @@ static void decode_component(DiracContex
  * @param level  subband level
  */
 static void dirac_subband_idwt_interleave(DiracContext *s, int16_t *data,
-                                       int16_t *synth, int level) {
+                                          int16_t *synth, int level) {
     int x, y;
     int width           = subband_width(s, level);
     int height          = subband_height(s, level);
@@ -1617,7 +1617,7 @@ static void dirac_subband_idwt_interleav
 }
 
 static void dirac_subband_dwt_deinterleave(DiracContext *s, int16_t *data,
-                                      int16_t *synth, int level) {
+                                           int16_t *synth, int level) {
     int x, y;
     int width           = subband_width(s, level);
     int height          = subband_height(s, level);
@@ -1731,7 +1731,6 @@ START_TIMER
                        + synthline[x - synth_width]
                        + 1) >> 1;
 
-
     /* Horizontal synthesis.  */
     synthline = synth;
     for (y = 0; y < synth_height; y++) {
@@ -1858,7 +1857,6 @@ START_TIMER
         dataline  += s->padded_width;
     }
 
-
     /* Vertical synthesis: Lifting stage 2.  */
     synthline = synth + synth_width;
     for (x = 0; x < synth_width; x++)
@@ -2009,7 +2007,6 @@ START_TIMER
                                            + 8) >> 4;
     }
 
-
     /* Horizontal synthesis.  */
     synthline = synth;
     for (y = 0; y < synth_height; y++) {



More information about the FFmpeg-soc mailing list