Lines Matching defs:x6

357   tran_high_t x6 = input[1];
360 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
373 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
374 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
382 x6 = dct_const_round_shift(s2 - s6);
392 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
393 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
401 x6 = dct_const_round_shift(s4 - s6);
407 s6 = cospi_16_64 * (x6 + x7);
408 s7 = cospi_16_64 * (x6 - x7);
412 x6 = dct_const_round_shift(s6);
417 output[2] = x6;
683 tran_high_t x6 = input[9];
694 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
710 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
711 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
727 x6 = dct_const_round_shift(s6 + s14);
745 s6 = x6;
762 x6 = s2 - s6;
780 s6 = - x6 * cospi_24_64 + x7 * cospi_8_64;
781 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
797 x6 = dct_const_round_shift(s4 - s6);
811 s6 = cospi_16_64 * (x6 + x7);
812 s7 = cospi_16_64 * (- x6 + x7);
820 x6 = dct_const_round_shift(s6);
831 output[4] = x6;
1772 tran_high_t x6 = input[1];
1776 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
1788 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
1789 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
1797 x6 = WRAPLOW(dct_const_round_shift(s2 - s6));
1807 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
1808 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
1816 x6 = WRAPLOW(dct_const_round_shift(s4 - s6));
1822 s6 = cospi_16_64 * (x6 + x7);
1823 s7 = cospi_16_64 * (x6 - x7);
1827 x6 = WRAPLOW(dct_const_round_shift(s6));
1832 output[2] = WRAPLOW(x6);
2102 tran_high_t x6 = input[9];
2114 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
2127 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
2128 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
2144 x6 = WRAPLOW(dct_const_round_shift(s6 + s14));
2162 s6 = x6;
2179 x6 = WRAPLOW(s2 - s6);
2197 s6 = -x6 * cospi_24_64 + x7 * cospi_8_64;
2198 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
2214 x6 = WRAPLOW(dct_const_round_shift(s4 - s6));
2228 s6 = cospi_16_64 * (x6 + x7);
2229 s7 = cospi_16_64 * (-x6 + x7);
2237 x6 = WRAPLOW(dct_const_round_shift(s6));
2248 output[4] = WRAPLOW(x6);