Searched refs:coeffMask (Results 1 – 1 of 1) sorted by relevance
118 uint32_t coeffMask :16; // [16-31] member229 key.u.coeffMask |= 1 << i; in computeKey()240 key.u.coeffMask |= 1 << i; in computeKey()271 key.u.coeffMask &= ~0xF000; in computeKey()275 key.u.coeffMask &= ~0xFF00; in computeKey()278 key.u.coeffMask &= ~0xFFF0; in computeKey()288 key.u.coeffMask &= ~0x8888; in computeKey()293 key.u.coeffMask &= ~0xCCCC; in computeKey()297 key.u.coeffMask &= ~0xEEEE; in computeKey()502 if (key.u.coeffMask & (1 << (i*4))) { in build()[all …]