Searched refs:ALIGN_MASK (Results 1 – 5 of 5) sorted by relevance
17 #define ALIGN_MASK (ALIGN_SIZE - 1) macro38 for (; (len > 0) && ((intptr_t)buf & ALIGN_MASK); len--, buf++) { in av1_get_crc32c_value_sse4_2()
192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
339 rc.encodeReverseBitTree(distAlign, distReduced & ALIGN_MASK); in encodeMatch()459 + alignPrices[dist & ALIGN_MASK]; in getMatchAndLenPrice()
1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro