Lines Matching refs:tmp16

2131   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;  in jpeg_idct_14x14()  local
2197 tmp16 = tmp14 - MULTIPLY(z1, FIX(1.061150426)); /* c9+c11-c13 */ in jpeg_idct_14x14()
2200 tmp16 += tmp15; in jpeg_idct_14x14()
2225 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2226 wsptr[8*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2283 tmp16 = tmp14 - MULTIPLY(z1, FIX(1.061150426)); /* c9+c11-c13 */ in jpeg_idct_14x14()
2286 tmp16 += tmp15; in jpeg_idct_14x14()
2334 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_14x14()
2337 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_14x14()
2359 INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_15x15() local
2438 tmp16 = tmp12 - MULTIPLY(z1, FIX(1.112434820)) + tmp13; /* c1-c13 */ in jpeg_idct_15x15()
2458 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2459 wsptr[8*8] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2531 tmp16 = tmp12 - MULTIPLY(z1, FIX(1.112434820)) + tmp13; /* c1-c13 */ in jpeg_idct_15x15()
2575 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_15x15()
2578 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_15x15()
3143 INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_14x7() local
3267 tmp16 = tmp14 - MULTIPLY(z1, FIX(1.061150426)); /* c9+c11-c13 */ in jpeg_idct_14x7()
3270 tmp16 += tmp15; in jpeg_idct_14x7()
3318 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_14x7()
3321 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_14x7()
4318 INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_7x14() local
4386 tmp16 = tmp14 - MULTIPLY(z1, FIX(1.061150426)); /* c9+c11-c13 */ in jpeg_idct_7x14()
4389 tmp16 += tmp15; in jpeg_idct_7x14()
4414 wsptr[7*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4415 wsptr[7*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()