[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/sparc dsputil_vis.c,1.4,1.5
Diego Biurrun CVS
diego
Sat Dec 17 19:14:38 CET 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat ogg.c, 1.26, 1.27 rm.c, 1.50, 1.51 sierravmd.c, 1.10, 1.11 westwood.c, 1.8, 1.9
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/tests Makefile, 1.24, 1.25 audiogen.c, 1.2, 1.3 regression.sh, 1.83, 1.84 rotozoom.c, 1.6, 1.7 server-regression.sh, 1.10, 1.11 test.conf, 1.9, 1.10 tiny_psnr.c, 1.7, 1.8 videogen.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/sparc
In directory mail:/var2/tmp/cvs-serv18206/libavcodec/sparc
Modified Files:
dsputil_vis.c
Log Message:
COSMETICS: Remove all trailing whitespace.
Index: dsputil_vis.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/sparc/dsputil_vis.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dsputil_vis.c 21 Nov 2004 01:47:36 -0000 1.4
+++ dsputil_vis.c 17 Dec 2005 18:14:36 -0000 1.5
@@ -3988,7 +3988,7 @@
static sigjmp_buf jmpbuf;
static volatile sig_atomic_t canjump = 0;
-
+
static void sigill_handler (int sig)
{
if (!canjump) {
@@ -4012,9 +4012,9 @@
signal (SIGILL, SIG_DFL);
return accel;
}
-
+
canjump = 1;
-
+
/* pdist %f0, %f0, %f0 */
__asm__ __volatile__(".word\t0x81b007c0");
@@ -4050,37 +4050,37 @@
c->put_pixels_tab[0][1] = MC_put_x_16_vis;
c->put_pixels_tab[0][2] = MC_put_y_16_vis;
c->put_pixels_tab[0][3] = MC_put_xy_16_vis;
-
+
c->put_pixels_tab[1][0] = MC_put_o_8_vis;
c->put_pixels_tab[1][1] = MC_put_x_8_vis;
c->put_pixels_tab[1][2] = MC_put_y_8_vis;
c->put_pixels_tab[1][3] = MC_put_xy_8_vis;
-
+
c->avg_pixels_tab[0][0] = MC_avg_o_16_vis;
c->avg_pixels_tab[0][1] = MC_avg_x_16_vis;
c->avg_pixels_tab[0][2] = MC_avg_y_16_vis;
c->avg_pixels_tab[0][3] = MC_avg_xy_16_vis;
-
+
c->avg_pixels_tab[1][0] = MC_avg_o_8_vis;
c->avg_pixels_tab[1][1] = MC_avg_x_8_vis;
c->avg_pixels_tab[1][2] = MC_avg_y_8_vis;
c->avg_pixels_tab[1][3] = MC_avg_xy_8_vis;
-
+
c->put_no_rnd_pixels_tab[0][0] = MC_put_no_round_o_16_vis;
c->put_no_rnd_pixels_tab[0][1] = MC_put_no_round_x_16_vis;
c->put_no_rnd_pixels_tab[0][2] = MC_put_no_round_y_16_vis;
c->put_no_rnd_pixels_tab[0][3] = MC_put_no_round_xy_16_vis;
-
+
c->put_no_rnd_pixels_tab[1][0] = MC_put_no_round_o_8_vis;
c->put_no_rnd_pixels_tab[1][1] = MC_put_no_round_x_8_vis;
c->put_no_rnd_pixels_tab[1][2] = MC_put_no_round_y_8_vis;
c->put_no_rnd_pixels_tab[1][3] = MC_put_no_round_xy_8_vis;
-
+
c->avg_no_rnd_pixels_tab[0][0] = MC_avg_no_round_o_16_vis;
c->avg_no_rnd_pixels_tab[0][1] = MC_avg_no_round_x_16_vis;
c->avg_no_rnd_pixels_tab[0][2] = MC_avg_no_round_y_16_vis;
c->avg_no_rnd_pixels_tab[0][3] = MC_avg_no_round_xy_16_vis;
-
+
c->avg_no_rnd_pixels_tab[1][0] = MC_avg_no_round_o_8_vis;
c->avg_no_rnd_pixels_tab[1][1] = MC_avg_no_round_x_8_vis;
c->avg_no_rnd_pixels_tab[1][2] = MC_avg_no_round_y_8_vis;
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat ogg.c, 1.26, 1.27 rm.c, 1.50, 1.51 sierravmd.c, 1.10, 1.11 westwood.c, 1.8, 1.9
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/tests Makefile, 1.24, 1.25 audiogen.c, 1.2, 1.3 regression.sh, 1.83, 1.84 rotozoom.c, 1.6, 1.7 server-regression.sh, 1.10, 1.11 test.conf, 1.9, 1.10 tiny_psnr.c, 1.7, 1.8 videogen.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list