Lines Matching refs:tmp12
218 int32_t tmp10, tmp11, tmp12, tmp13;
286 tmp12 = tmp1 - tmp2;
298 tmp12 = tmp1 - tmp2;
312 tmp12 = tmp1 - tmp2;
316 tmp11 = tmp12 = (d0 - d4) * CONST_SCALE;
586 dataptr[2] = (int16_t) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
587 dataptr[5] = (int16_t) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
632 tmp12 = tmp1 - tmp2;
644 tmp12 = tmp1 - tmp2;
658 tmp12 = tmp1 - tmp2;
662 tmp11 = tmp12 = (d0 - d4) * CONST_SCALE;
936 dataptr[DCTSIZE*2] = (int16_t) DESCALE(tmp12 + tmp1,
938 dataptr[DCTSIZE*5] = (int16_t) DESCALE(tmp12 - tmp1,
956 int32_t tmp10, tmp11, tmp12, tmp13;
1017 tmp12 = tmp1 - tmp2;
1029 tmp12 = tmp1 - tmp2;
1043 tmp12 = tmp1 - tmp2;
1047 tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
1055 dataptr[2] = (int16_t) DESCALE(tmp12, CONST_BITS-PASS1_BITS);
1095 tmp12 = tmp1 - tmp2;
1107 tmp12 = tmp1 - tmp2;
1121 tmp12 = tmp1 - tmp2;
1125 tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
1133 dataptr[DCTSTRIDE*2] = tmp12 >> (CONST_BITS+PASS1_BITS+3);