HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN128 (Results 1 - 3 of 3) 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);
  /external/libhevc/decoder/
ihevcd_api.c     [all...]

Completed in 152 milliseconds