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

  /external/libmpeg2/common/
icv_macros.h 62 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
impeg2_macros.h 48 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /external/libavc/common/
ih264_macros.h 47 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /external/libhevc/common/
ihevc_macros.h 49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 98 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 40 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN32 32
401 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
406 return ALIGN(width, ALIGN32) * 4;
434 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
441 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
455 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 2;
460 size = mSrcStride * ALIGN(height, ALIGN32) * 4;
462 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 4
    [all...]
  /hardware/qcom/media/sdm845/libc2dcolorconvert/
C2DColorConverter.h 55 #define ALIGN32 32
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN32 32
434 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
439 return ALIGN(width, ALIGN32) * 4;
469 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
476 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
517 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
529 alignedh = ALIGN(height, ALIGN32);
530 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
542 alignedh = ALIGN(height, ALIGN32);
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 49 #define ALIGN32 32
441 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
446 return ALIGN(width, ALIGN32) * 4;
476 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
483 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
524 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
536 alignedh = ALIGN(height, ALIGN32);
537 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
549 alignedh = ALIGN(height, ALIGN32);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 150 #define ALIGN32 32
    [all...]

Completed in 1076 milliseconds