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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 22 #define ALIGN_MASK (32 - 1)
432 + cache_size + alpha_size + ALIGN_MASK;
473 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
474 assert((yuv_size & ALIGN_MASK) == 0);
  /external/webp/src/dec/
frame.c 22 #define ALIGN_MASK (32 - 1)
432 + cache_size + alpha_size + ALIGN_MASK;
473 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
474 assert((yuv_size & ALIGN_MASK) == 0);

Completed in 416 milliseconds