Home
last modified time | relevance | path

Searched refs:offnow (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp3500.c3619 int offnow = 0; in rts8801_scan() local
3637 offnow = denom1; in rts8801_scan()
3644 offnow = pDetailedCalib[idx]; in rts8801_scan()
3649 offnow = pDetailedCalib[idx] - brightness_adjust * 0x80 / multnow; in rts8801_scan()
3651 if (offnow < 0) in rts8801_scan()
3653 postprocess_offsets[ppidx] = multnow * offnow / 0x80; in rts8801_scan()
3654 offnow = 0; in rts8801_scan()
3657 else if (offnow > 255) in rts8801_scan()
3659 postprocess_offsets[ppidx] = multnow * (offnow - 255) / 0x80; in rts8801_scan()
3660 offnow in rts8801_scan()
[all...]

Completed in 5 milliseconds