Lines Matching defs:wsptr

158   int * wsptr;

171 wsptr = workspace;
189 wsptr[DCTSIZE*0] = dcval;
190 wsptr[DCTSIZE*1] = dcval;
191 wsptr[DCTSIZE*2] = dcval;
192 wsptr[DCTSIZE*3] = dcval;
193 wsptr[DCTSIZE*4] = dcval;
194 wsptr[DCTSIZE*5] = dcval;
195 wsptr[DCTSIZE*6] = dcval;
196 wsptr[DCTSIZE*7] = dcval;
200 wsptr++;
259 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
260 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
261 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
262 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
263 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
264 wsptr[DCTSIZE*5] = (int) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
265 wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
266 wsptr[DCTSIZE*4] = (int) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
270 wsptr++;
277 wsptr = workspace;
289 if (wsptr[1] == 0 && wsptr[2] == 0 && wsptr[3] == 0 && wsptr[4] == 0 &&
290 wsptr[5] == 0 && wsptr[6] == 0 && wsptr[7] == 0) {
292 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
304 wsptr += DCTSIZE; /* advance pointer to next row */
312 z2 = (INT32) wsptr[2];
313 z3 = (INT32) wsptr[6];
319 tmp0 = ((INT32) wsptr[0] + (INT32) wsptr[4]) << CONST_BITS;
320 tmp1 = ((INT32) wsptr[0] - (INT32) wsptr[4]) << CONST_BITS;
331 tmp0 = (INT32) wsptr[7];
332 tmp1 = (INT32) wsptr[5];
333 tmp2 = (INT32) wsptr[3];
334 tmp3 = (INT32) wsptr[1];
386 wsptr += DCTSIZE; /* advance pointer to next row */