Home
last modified time | relevance | path

Searched refs:ALIGN_MASK (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c22 #define ALIGN_MASK (32 - 1) macro
432 + cache_size + alpha_size + ALIGN_MASK; in AllocateMemory()
473 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK); in AllocateMemory()
474 assert((yuv_size & ALIGN_MASK) == 0); in AllocateMemory()
/external/lzma/xz-embedded/
Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMACoder.java31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
DLZMAEncoder.java301 rc.encodeReverseBitTree(distAlign, distReduced & ALIGN_MASK); in encodeMatch()
420 + alignPrices[dist & ALIGN_MASK]; in getMatchAndLenPrice()
/external/toybox/toys/pending/
Dxzcat.c1173 #define ALIGN_MASK (ALIGN_SIZE - 1) macro