Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-pp_dac.c169 UShort wLow, pUChar pbReg, Bool *fDACStopFlag ) in dacP98AdjustDAC()
174 *pbReg += ((DarkOff - wHigh) / 20); in dacP98AdjustDAC()
176 *pbReg += ((DarkOff - wHigh) / 10); in dacP98AdjustDAC()
178 *pbReg += 1; in dacP98AdjustDAC()
180 if (!(*pbReg)) in dacP98AdjustDAC()
181 *pbReg = 0xff; in dacP98AdjustDAC()
189 *pbReg -= 2; in dacP98AdjustDAC()
191 *pbReg -= 10; in dacP98AdjustDAC()
265 pUChar pbReg[3]; in dacP98AdjustGain() local
269 pbReg[ in dacP98AdjustGain()
168 dacP98AdjustDAC( UShort DarkOff, UShort wHigh, UShort wLow, pUChar pbReg, Bool *fDACStopFlag ) dacP98AdjustDAC() argument
299 pUChar pbReg[3]; dacP98CheckLastGain() local
1305 pUChar pbReg[3]; dacP96003WaitForShading() local
[all...]
H A Dplustek-pp_tpa.c339 pUChar pbReg[3]; in tpaP98RecalculateNegativeShadingGain() local
500 pbReg[0] = &ps->bRedGainIndex; in tpaP98RecalculateNegativeShadingGain()
501 pbReg[1] = &ps->bGreenGainIndex; in tpaP98RecalculateNegativeShadingGain()
502 pbReg[2] = &ps->bBlueGainIndex; in tpaP98RecalculateNegativeShadingGain()
511 *(pbReg [w]) += 1; in tpaP98RecalculateNegativeShadingGain()
513 *(pbReg [w]) += 4; in tpaP98RecalculateNegativeShadingGain()
517 *(pbReg [w]) -= 1; in tpaP98RecalculateNegativeShadingGain()
522 if (*(pbReg[w2]) > 31) in tpaP98RecalculateNegativeShadingGain()
523 (*(pbReg[w2])) = 31; in tpaP98RecalculateNegativeShadingGain()

Completed in 4 milliseconds