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

  /external/libmpeg2/common/
icv_macros.h 61 #define ALIGN64(x) ((((x) + 63) >> 6) << 6)
impeg2_macros.h 47 #define ALIGN64(x) ((((x) + 63) >> 6) << 6)
  /external/libavc/common/
ih264_macros.h 46 #define ALIGN64(x) ((((x) + 63) >> 6) << 6)
  /external/libhevc/common/
ihevc_macros.h 48 #define ALIGN64(x) ((((x) + 63) >> 6) << 6)

Completed in 854 milliseconds