Lines Matching refs:bGreenGainIndex
321 if ((ps->bGreenGainIndex += (Byte)((wGreenShadingTemp / wGreenTemp) * 100 - 50) / 25) > 32)
322 ps->bGreenGainIndex = 31;
501 pbReg[1] = &ps->bGreenGainIndex;
531 ps->bGreenGainIndex -= 4;
586 wOldGreenGain = a_wGainString[ps->bGreenGainIndex]*100/
590 for (ps->bGreenGainIndex = 0;
591 ps->bGreenGainIndex < 32; ps->bGreenGainIndex++) {
593 if (wOldGreenGain < a_wGainString[ps->bGreenGainIndex])
597 if (0 == ps->bGreenGainIndex)
598 ps->bGreenGainIndex ++;
600 wNewGreenGain = a_wGainString[--ps->bGreenGainIndex];