Lines Matching defs:s7

276   tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;
295 s7 = x0 - x2 + x3;
299 x2 = sinpi_3_9 * s7;
349 int s0, s1, s2, s3, s4, s5, s6, s7;
374 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
379 x3 = dct_const_round_shift(s3 + s7);
383 x7 = dct_const_round_shift(s3 - s7);
393 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
400 x5 = dct_const_round_shift(s5 + s7);
402 x7 = dct_const_round_shift(s5 - s7);
408 s7 = cospi_16_64 * (x6 - x7);
413 x7 = dct_const_round_shift(s7);
674 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8;
711 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
728 x7 = dct_const_round_shift(s7 + s15);
736 x15 = dct_const_round_shift(s7 - s15);
746 s7 = x7;
759 x3 = s3 + s7;
763 x7 = s3 - s7;
781 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
796 x5 = dct_const_round_shift(s5 + s7);
798 x7 = dct_const_round_shift(s5 - s7);
812 s7 = cospi_16_64 * (- x6 + x7);
821 x7 = dct_const_round_shift(s7);
1688 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;
1708 s7 = x0 - x2 + x3;
1712 x2 = sinpi_3_9 * s7;
1764 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7;
1789 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
1794 x3 = WRAPLOW(dct_const_round_shift(s3 + s7));
1798 x7 = WRAPLOW(dct_const_round_shift(s3 - s7));
1808 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
1815 x5 = WRAPLOW(dct_const_round_shift(s5 + s7));
1817 x7 = WRAPLOW(dct_const_round_shift(s5 - s7));
1823 s7 = cospi_16_64 * (x6 - x7);
1828 x7 = WRAPLOW(dct_const_round_shift(s7));
2093 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8;
2128 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
2145 x7 = WRAPLOW(dct_const_round_shift(s7 + s15));
2153 x15 = WRAPLOW(dct_const_round_shift(s7 - s15));
2163 s7 = x7;
2176 x3 = WRAPLOW(s3 + s7);
2180 x7 = WRAPLOW(s3 - s7);
2198 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
2213 x5 = WRAPLOW(dct_const_round_shift(s5 + s7));
2215 x7 = WRAPLOW(dct_const_round_shift(s5 - s7));
2229 s7 = cospi_16_64 * (-x6 + x7);
2238 x7 = WRAPLOW(dct_const_round_shift(s7));