HomeSort by relevance Sort by last modified time
    Searched defs:fixmul (Results 1 - 2 of 2) sorted by null

  /frameworks/base/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 69 milliseconds