HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN128 (Results 1 - 10 of 10) 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
408 return ALIGN(width, ALIGN128);
414 return ALIGN(width, ALIGN128);
434 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
441 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
477 alignedw = ALIGN(width, ALIGN128);
490 alignedw = ALIGN(width, ALIGN128);
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN128 128
442 return ALIGN(width, ALIGN128);
448 return ALIGN(width, ALIGN128);
470 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
477 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
529 alignedw = ALIGN(width, ALIGN128);
542 alignedw = ALIGN(width, ALIGN128);
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN128 128
448 return ALIGN(width, ALIGN128);
454 return ALIGN(width, ALIGN128);
476 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
483 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
535 alignedw = ALIGN(width, ALIGN128);
548 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)
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.h 105 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)

Completed in 250 milliseconds