Searched refs:mostSig (Results 1 – 2 of 2) sorted by relevance
95 int32_t mostSig = fInterval.getMostSignificantExclusive(); in computeAbsDoubleValue() local97 int32_t end = mostSig > mostSigNonZero ? mostSigNonZero : mostSig; in computeAbsDoubleValue()
785 unsigned int mostSig = modBlock<<1; in modifyPixel() local788 pixelMod = mod[modTable][((modBlock>>(index+24))&0x1)+((mostSig>>(index+8))&0x2)]; in modifyPixel()790 pixelMod = mod[modTable][((modBlock>>(index+8))&0x1)+((mostSig>>(index-8))&0x2)]; in modifyPixel()