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

  /external/libhevc/common/
ihevc_macros.h 47 #define ALIGN128(x) ((((x) + 127) >> 7) << 7)
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 44 #define ALIGN128 128
398 return ALIGN(width, ALIGN128);
404 return ALIGN(width, ALIGN128);
424 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
431 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
467 alignedw = ALIGN(width, ALIGN128);
480 alignedw = ALIGN(width, ALIGN128);

Completed in 61 milliseconds