D | simple_idct_template.c | 46 #undef MAC 63 #define MAC(a, b, c) MAC16(a, b, c) macro 105 #define MAC(a, b, c) ((a) += (SUINT)(b) * (c)) macro 170 MAC(b0, W3, row[3]); 172 MAC(b1, -W7, row[3]); 174 MAC(b2, -W1, row[3]); 176 MAC(b3, -W5, row[3]); 188 MAC(b0, W5, row[5]); 189 MAC(b0, W7, row[7]); 191 MAC(b1, -W1, row[5]); [all …]
|