Lines Matching refs:wsptr
180 int *wsptr; variable
192 wsptr = workspace;
210 wsptr[DCTSIZE * 0] = dcval;
211 wsptr[DCTSIZE * 1] = dcval;
212 wsptr[DCTSIZE * 2] = dcval;
213 wsptr[DCTSIZE * 3] = dcval;
214 wsptr[DCTSIZE * 4] = dcval;
215 wsptr[DCTSIZE * 5] = dcval;
216 wsptr[DCTSIZE * 6] = dcval;
217 wsptr[DCTSIZE * 7] = dcval;
221 wsptr++;
266 wsptr[DCTSIZE * 0] = (int)(tmp0 + tmp7);
267 wsptr[DCTSIZE * 7] = (int)(tmp0 - tmp7);
268 wsptr[DCTSIZE * 1] = (int)(tmp1 + tmp6);
269 wsptr[DCTSIZE * 6] = (int)(tmp1 - tmp6);
270 wsptr[DCTSIZE * 2] = (int)(tmp2 + tmp5);
271 wsptr[DCTSIZE * 5] = (int)(tmp2 - tmp5);
272 wsptr[DCTSIZE * 4] = (int)(tmp3 + tmp4);
273 wsptr[DCTSIZE * 3] = (int)(tmp3 - tmp4);
277 wsptr++;
284 wsptr = workspace;
296 if (wsptr[1] == 0 && wsptr[2] == 0 && wsptr[3] == 0 && wsptr[4] == 0 &&
297 wsptr[5] == 0 && wsptr[6] == 0 && wsptr[7] == 0) {
300 range_limit[IDESCALE(wsptr[0], PASS1_BITS + 3) & RANGE_MASK];
311 wsptr += DCTSIZE; /* advance pointer to next row */
318 tmp10 = ((DCTELEM)wsptr[0] + (DCTELEM)wsptr[4]);
319 tmp11 = ((DCTELEM)wsptr[0] - (DCTELEM)wsptr[4]);
321 tmp13 = ((DCTELEM)wsptr[2] + (DCTELEM)wsptr[6]);
323 MULTIPLY((DCTELEM)wsptr[2] - (DCTELEM)wsptr[6], FIX_1_414213562) - tmp13;
332 z13 = (DCTELEM)wsptr[5] + (DCTELEM)wsptr[3];
333 z10 = (DCTELEM)wsptr[5] - (DCTELEM)wsptr[3];
334 z11 = (DCTELEM)wsptr[1] + (DCTELEM)wsptr[7];
335 z12 = (DCTELEM)wsptr[1] - (DCTELEM)wsptr[7];
367 wsptr += DCTSIZE; /* advance pointer to next row */