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

  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 130 #define ALIGN_CST 15
131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)
  /external/webp/src/enc/
vp8enci.h 130 #define ALIGN_CST 15
131 #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)

Completed in 187 milliseconds