summaryrefslogtreecommitdiffstats
path: root/libavcodec/jfdctfst.c
diff options
context:
space:
mode:
authoravcoder <ffmpeg@gmail.com>2009-10-20 11:19:54 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2009-10-20 11:19:54 +0000
commita0b909fbffb4318618e39a1345852f9720bd99fe (patch)
tree169eb9b7a1da82e1a010cfd9417ba13d0d49b8ae /libavcodec/jfdctfst.c
parent08580cb05a7cd04e99f1ca4867c4d7daeb3c5e41 (diff)
downloadffmpeg-streaming-a0b909fbffb4318618e39a1345852f9720bd99fe.zip
ffmpeg-streaming-a0b909fbffb4318618e39a1345852f9720bd99fe.tar.gz
Remove SHIFT_TEMPS from jfdct code.
Patch by avcoder: our_beloved_project AT gmail DOT com See thread [FFmpeg-devel] Patch: remove useless SHIFT_TEMPS definition Date: Tue, 20 Oct 2009 14:29:05 +0800 Originally committed as revision 20331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/jfdctfst.c')
-rw-r--r--libavcodec/jfdctfst.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/jfdctfst.c b/libavcodec/jfdctfst.c
index dcbe19e..9d05955 100644
--- a/libavcodec/jfdctfst.c
+++ b/libavcodec/jfdctfst.c
@@ -76,7 +76,6 @@
#define DCTSIZE 8
#define GLOBAL(x) x
#define RIGHT_SHIFT(x, n) ((x) >> (n))
-#define SHIFT_TEMPS
/*
* This module is specialized to the case DCTSIZE = 8.
@@ -151,7 +150,6 @@ static av_always_inline void row_fdct(DCTELEM * data){
int_fast16_t z1, z2, z3, z4, z5, z11, z13;
DCTELEM *dataptr;
int ctr;
- SHIFT_TEMPS
/* Pass 1: process rows. */
@@ -216,7 +214,6 @@ fdct_ifast (DCTELEM * data)
int_fast16_t z1, z2, z3, z4, z5, z11, z13;
DCTELEM *dataptr;
int ctr;
- SHIFT_TEMPS
row_fdct(data);
@@ -283,7 +280,6 @@ fdct_ifast248 (DCTELEM * data)
int_fast16_t z1;
DCTELEM *dataptr;
int ctr;
- SHIFT_TEMPS
row_fdct(data);
OpenPOWER on IntegriCloud