Lines Matching defs:tmp11
218 int32_t tmp10, tmp11, tmp12, tmp13;
285 tmp11 = tmp1 + tmp2;
297 tmp11 = tmp1 + tmp2;
311 tmp11 = tmp1 + tmp2;
316 tmp11 = tmp12 = (d0 - d4) * CONST_SCALE;
584 dataptr[1] = (int16_t) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
585 dataptr[6] = (int16_t) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
631 tmp11 = tmp1 + tmp2;
643 tmp11 = tmp1 + tmp2;
657 tmp11 = tmp1 + tmp2;
662 tmp11 = tmp12 = (d0 - d4) * CONST_SCALE;
932 dataptr[DCTSIZE*1] = (int16_t) DESCALE(tmp11 + tmp2,
934 dataptr[DCTSIZE*6] = (int16_t) DESCALE(tmp11 - tmp2,
956 int32_t tmp10, tmp11, tmp12, tmp13;
1016 tmp11 = tmp1 + tmp2;
1028 tmp11 = tmp1 + tmp2;
1042 tmp11 = tmp1 + tmp2;
1047 tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
1054 dataptr[1] = (int16_t) DESCALE(tmp11, CONST_BITS-PASS1_BITS);
1094 tmp11 = tmp1 + tmp2;
1106 tmp11 = tmp1 + tmp2;
1120 tmp11 = tmp1 + tmp2;
1125 tmp11 = tmp12 = (d0 - d4) << CONST_BITS;
1132 dataptr[DCTSTRIDE*1] = tmp11 >> (CONST_BITS+PASS1_BITS+3);