Searched refs:Word64 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h84 typedef long long Word64; typedef
87 typedef __int64 Word64; typedef
H A Dbasic_op.h58 #define MULHIGH(A,B) (int)(((Word64)(A)*(Word64)(B)) >> 32)
59 #define fixmul(a, b) (int)((((Word64)(a)*(Word64)(b)) >> 32) << 1)

Completed in 1639 milliseconds