enc_mips32.c | 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ 125 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) 126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) 127 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11) 128 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) 155 #undef VERTICAL_PASS 302 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \ 376 VERTICAL_PASS( 0, 16, 32, 48, 64, 80, 96, 112, 0, 8, 16, 24) 377 VERTICAL_PASS( 4, 20, 36, 52, 68, 84, 100, 116, 2, 10, 18, 26) 378 VERTICAL_PASS( 8, 24, 40, 56, 72, 88, 104, 120, 4, 12, 20, 28 [all...] |