aboutsummaryrefslogtreecommitdiff
path: root/jdct.h
diff options
context:
space:
mode:
authorossman_ <ossman_@632fc199-4ca6-4c93-a231-07263d6284db>2009-03-09 10:37:20 +0000
committerossman_ <ossman_@632fc199-4ca6-4c93-a231-07263d6284db>2009-03-09 10:37:20 +0000
commit93736b192df8f7ab045602aad46617fa43ee8d00 (patch)
treeb5d7bcadb383f388d9d416e3b53339cb8f01078a /jdct.h
parentce6ec6e65f38afb1806618a0662999e789d6f413 (diff)
Split up the forward DCT routine into three stages
Divide it into sample conversion, DCT and quantization in order to easily provide alternative implementations of each stage. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@13 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jdct.h')
-rw-r--r--jdct.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/jdct.h b/jdct.h
index 04192a2..c3650ea 100644
--- a/jdct.h
+++ b/jdct.h
@@ -32,9 +32,6 @@ typedef int DCTELEM; /* 16 or 32 bits is fine */
typedef INT32 DCTELEM; /* must have 32 bits */
#endif
-typedef JMETHOD(void, forward_DCT_method_ptr, (DCTELEM * data));
-typedef JMETHOD(void, float_DCT_method_ptr, (FAST_FLOAT * data));
-
/*
* An inverse DCT routine is given a pointer to the input JBLOCK and a pointer