| 49 | #endif |
| 50 | |
| 51 | UNROLL_LOOPS |
| 52 | inline void matrix16x8::input(square128& input, int x, int y) |
| 53 | { |
| 54 | for (int l = 0; l < 16; l++) |
| 55 | rows[l] = input.bytes[16*x+l][y]; |
| 56 | } |
| 57 | |
| 58 | UNROLL_LOOPS |
| 59 | inline void square16::input(square128& input, int x, int y) |