Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dhash_sse42.c17 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
38 for (; (len > 0) && ((intptr_t)buf & ALIGN_MASK); len--, buf++) { in av1_get_crc32c_value_sse4_2()
/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMACoder.java31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
DLZMAEncoder.java339 rc.encodeReverseBitTree(distAlign, distReduced & ALIGN_MASK); in encodeMatch()
459 + alignPrices[dist & ALIGN_MASK]; in getMatchAndLenPrice()
/external/toybox/toys/pending/
Dxzcat.c1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro