Lines Matching refs:DCTELEM
122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS))
144 #define ISHIFT_TEMPS DCTELEM ishift_temp;
152 (ishift_temp >> (shft)) | ((~((DCTELEM)0)) << (DCTELEMBITS - (shft))) : \
175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
176 DCTELEM tmp10, tmp11, tmp12, tmp13;
177 DCTELEM z5, z10, z11, z12, z13;
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];