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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Macros.h 40 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 81 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)

Completed in 51 milliseconds