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

  /external/libhevc/common/
ihevc_macros.h 47 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
  /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)
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 47 #define ALIGN128 128
401 return ALIGN(width, ALIGN128);
407 return ALIGN(width, ALIGN128);
427 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
434 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
470 alignedw = ALIGN(width, ALIGN128);
483 alignedw = ALIGN(width, ALIGN128);
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 47 #define ALIGN128 128
434 return ALIGN(width, ALIGN128);
440 return ALIGN(width, ALIGN128);
462 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
469 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
521 alignedw = ALIGN(width, ALIGN128);
534 alignedw = ALIGN(width, ALIGN128);
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN128 128
441 return ALIGN(width, ALIGN128);
447 return ALIGN(width, ALIGN128);
469 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
476 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
528 alignedw = ALIGN(width, ALIGN128);
541 alignedw = ALIGN(width, ALIGN128);
  /external/libavc/encoder/
ih264e_api.c     [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)

Completed in 492 milliseconds