Searched refs:dcval (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djidctred.c150 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
152 wsptr[DCTSIZE*0] = dcval;
153 wsptr[DCTSIZE*1] = dcval;
154 wsptr[DCTSIZE*2] = dcval;
155 wsptr[DCTSIZE*3] = dcval;
209 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) local
212 outptr[0] = dcval;
213 outptr[1] = dcval;
214 outptr[2] = dcval;
215 outptr[3] = dcval;
301 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
341 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) local
387 int dcval; local
[all...]
H A Djidctfst.c209 int dcval = (int) DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); local
211 wsptr[DCTSIZE*0] = dcval;
212 wsptr[DCTSIZE*1] = dcval;
213 wsptr[DCTSIZE*2] = dcval;
214 wsptr[DCTSIZE*3] = dcval;
215 wsptr[DCTSIZE*4] = dcval;
216 wsptr[DCTSIZE*5] = dcval;
217 wsptr[DCTSIZE*6] = dcval;
218 wsptr[DCTSIZE*7] = dcval;
300 JSAMPLE dcval local
[all...]
H A Djidctint.c190 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
192 wsptr[DCTSIZE*0] = dcval;
193 wsptr[DCTSIZE*1] = dcval;
194 wsptr[DCTSIZE*2] = dcval;
195 wsptr[DCTSIZE*3] = dcval;
196 wsptr[DCTSIZE*4] = dcval;
197 wsptr[DCTSIZE*5] = dcval;
198 wsptr[DCTSIZE*6] = dcval;
199 wsptr[DCTSIZE*7] = dcval;
295 JSAMPLE dcval local
[all...]
H A Djidctflt.c108 FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); local
110 wsptr[DCTSIZE*0] = dcval;
111 wsptr[DCTSIZE*1] = dcval;
112 wsptr[DCTSIZE*2] = dcval;
113 wsptr[DCTSIZE*3] = dcval;
114 wsptr[DCTSIZE*4] = dcval;
115 wsptr[DCTSIZE*5] = dcval;
116 wsptr[DCTSIZE*6] = dcval;
117 wsptr[DCTSIZE*7] = dcval;

Completed in 34 milliseconds