Go to the source code of this file.
Defines | |
| #define | MULH(a, b) |
| #define MULH | ( | a, | |||
| b | ) |
Value:
({ int lo, hi;\
asm ("smull %0, %1, %2, %3" : "=&r"(lo), "=&r"(hi) : "r"(b), "r"(a));\
hi; })
Definition at line 36 of file mathops.h.
Referenced by compute_imdct(), imdct12(), and imdct36().
1.5.6