OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fixmul
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h
59
#define
fixmul
(a, b) (int)((((Word64)(a)*(Word64)(b)) >> 32) << 1)
macro
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
623
#define
fixmul
(x) (x)
macro
[
all
...]
Completed in 951 milliseconds