Searched defs:wsptr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djidctflt.c81 FAST_FLOAT * wsptr; local
92 wsptr = workspace;
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[DCTSIZ
[all...]
H A Djidctfst.c181 int * wsptr; local
193 wsptr = workspace;
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[DCTSIZ
[all...]
H A Djidctint.c161 int * wsptr; local
174 wsptr = workspace;
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[DCTSIZ
[all...]
H A Djidctred.c130 int * wsptr; local
141 wsptr = workspace;
142 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
152 wsptr[DCTSIZE*0] = dcval;
153 wsptr[DCTSIZE*1] = dcval;
154 wsptr[DCTSIZE*2] = dcval;
155 wsptr[DCTSIZE*3] = dcval;
192 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
193 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
194 wsptr[DCTSIZ
282 int * wsptr; local
[all...]

Completed in 32 milliseconds