Lines Matching refs:wsptr
80 FAST_FLOAT * wsptr; variable
91 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[DCTSIZE*7] = dcval;
121 wsptr++;
166 wsptr[DCTSIZE*0] = tmp0 + tmp7;
167 wsptr[DCTSIZE*7] = tmp0 - tmp7;
168 wsptr[DCTSIZE*1] = tmp1 + tmp6;
169 wsptr[DCTSIZE*6] = tmp1 - tmp6;
170 wsptr[DCTSIZE*2] = tmp2 + tmp5;
171 wsptr[DCTSIZE*5] = tmp2 - tmp5;
172 wsptr[DCTSIZE*3] = tmp3 + tmp4;
173 wsptr[DCTSIZE*4] = tmp3 - tmp4;
177 wsptr++;
182 wsptr = workspace;
194 z5 = wsptr[0] + ((FAST_FLOAT) CENTERJSAMPLE + (FAST_FLOAT) 0.5);
195 tmp10 = z5 + wsptr[4];
196 tmp11 = z5 - wsptr[4];
198 tmp13 = wsptr[2] + wsptr[6];
199 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT) 1.414213562) - tmp13;
208 z13 = wsptr[5] + wsptr[3];
209 z10 = wsptr[5] - wsptr[3];
210 z11 = wsptr[1] + wsptr[7];
211 z12 = wsptr[1] - wsptr[7];
235 wsptr += DCTSIZE; /* advance pointer to next row */