Lines Matching refs:offnow
3619 int offnow = 0;
3637 offnow = denom1;
3644 offnow = pDetailedCalib[idx];
3649 offnow = pDetailedCalib[idx] - brightness_adjust * 0x80 / multnow;
3651 if (offnow < 0)
3653 postprocess_offsets[ppidx] = multnow * offnow / 0x80;
3654 offnow = 0;
3657 else if (offnow > 255)
3659 postprocess_offsets[ppidx] = multnow * (offnow - 255) / 0x80;
3660 offnow = 255;
3680 if (offnow > 255)
3681 offnow = 255;
3685 pDetailedCalib[idx++] = offnow; /* Subtract this value from the result at gains = 0x80*/