HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN128 (Results 1 - 7 of 7) sorted by null

  /external/libmpeg2/common/
icv_macros.h 60 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
impeg2_macros.h 46 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
  /external/libavc/common/
ih264_macros.h 45 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
  /external/libhevc/common/
ihevc_macros.h 49 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
  /external/libavc/encoder/
ih264e_api.c     [all...]
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.h 106 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)

Completed in 191 milliseconds