Lines Matching refs:wsptr
77 FAST_FLOAT * wsptr;
88 wsptr = workspace;
106 wsptr[DCTSIZE*0] = dcval;
107 wsptr[DCTSIZE*1] = dcval;
108 wsptr[DCTSIZE*2] = dcval;
109 wsptr[DCTSIZE*3] = dcval;
110 wsptr[DCTSIZE*4] = dcval;
111 wsptr[DCTSIZE*5] = dcval;
112 wsptr[DCTSIZE*6] = dcval;
113 wsptr[DCTSIZE*7] = dcval;
117 wsptr++;
162 wsptr[DCTSIZE*0] = tmp0 + tmp7;
163 wsptr[DCTSIZE*7] = tmp0 - tmp7;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
168 wsptr[DCTSIZE*4] = tmp3 + tmp4;
169 wsptr[DCTSIZE*3] = tmp3 - tmp4;
173 wsptr++;
179 wsptr = workspace;
190 tmp10 = wsptr[0] + wsptr[4];
191 tmp11 = wsptr[0] - wsptr[4];
193 tmp13 = wsptr[2] + wsptr[6];
194 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT) 1.414213562) - tmp13;
203 z13 = wsptr[5] + wsptr[3];
204 z10 = wsptr[5] - wsptr[3];
205 z11 = wsptr[1] + wsptr[7];
206 z12 = wsptr[1] - wsptr[7];
238 wsptr += DCTSIZE; /* advance pointer to next row */