Lines Matching refs:tmp26

1682   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26;  in jpeg_idct_13x13()  local
1731 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1777 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1817 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1887 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26, in jpeg_idct_13x13()
1910 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1956 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2003 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2004 wsptr[8*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2040 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2110 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_14x14()
2113 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_14x14()
2136 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2184 tmp26 = tmp12 + tmp10 - tmp11 - z2; in jpeg_idct_15x15()
2234 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2235 wsptr[8*8] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2275 tmp26 = tmp12 + tmp10 - tmp11 - z2; in jpeg_idct_15x15()
2349 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_15x15()
2352 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_15x15()
2378 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2425 tmp26 = tmp12 - tmp1; in jpeg_idct_16x16()
2484 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2485 wsptr[8*9] = (int) RIGHT_SHIFT(tmp26 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2525 tmp26 = tmp12 - tmp1; in jpeg_idct_16x16()
2608 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26 + tmp12, in jpeg_idct_16x16()
2611 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp26 - tmp12, in jpeg_idct_16x16()