Searched refs:POWERS_OF_TWO_MINUS_ONE (Results 1 – 1 of 1) sorted by relevance
15 const uint32 POWERS_OF_TWO_MINUS_ONE[33] = {0u,1u,3u,7u,15u,31u,63u,127u,255u, variable62 & (POWERS_OF_TWO_MINUS_ONE[nLeftBits])) >> (nLeftBits - nBits); in DecodeValueXBits()67 & POWERS_OF_TWO_MINUS_ONE[nLeftBits]) << nRightBits); in DecodeValueXBits()