• Home
  • Raw
  • Download

Lines Matching refs:tmp26

1683   JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26;  in jpeg_idct_13x13()  local
1732 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1778 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1818 tmp26 = MULTIPLY(tmp11 - z2, FIX(1.414213562)) + z1; /* c0 */ in jpeg_idct_13x13()
1888 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1957 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2004 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2005 wsptr[8 * 7] = (int)RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2041 tmp26 = tmp10 - tmp13; in jpeg_idct_14x14()
2111 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_14x14()
2114 outptr[7] = range_limit[(int)RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2185 tmp26 = tmp12 + tmp10 - tmp11 - z2; in jpeg_idct_15x15()
2235 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2236 wsptr[8 * 8] = (int)RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2276 tmp26 = tmp12 + tmp10 - tmp11 - z2; in jpeg_idct_15x15()
2350 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_15x15()
2353 outptr[8] = range_limit[(int)RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2426 tmp26 = tmp12 - tmp1; in jpeg_idct_16x16()
2485 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26 + tmp12, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2486 wsptr[8 * 9] = (int)RIGHT_SHIFT(tmp26 - tmp12, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2526 tmp26 = tmp12 - tmp1; in jpeg_idct_16x16()
2609 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26 + tmp12, in jpeg_idct_16x16()
2612 outptr[9] = range_limit[(int)RIGHT_SHIFT(tmp26 - tmp12, in jpeg_idct_16x16()