Lines Matching refs:u16GammaValueR

506     MS_U16 u16GammaValueR[4]  = {0, 0, 0, 0};  in Hal_PNL_Set12BitGammaPerChannel()  local
539 u16GammaValueR[0] = u8Tab[i] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
540 u16GammaValueR[0] |= (MS_U16)u8Tab[i+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
543 u16GammaValueR[1] = (u8Tab[i] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
544 u16GammaValueR[1] |= (MS_U16)u8Tab[i+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
547 u16GammaValueR[2] = u8Tab[i+3] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
548 u16GammaValueR[2] |= (MS_U16)u8Tab[i+4] << 4; in Hal_PNL_Set12BitGammaPerChannel()
551 u16GammaValueR[3] = (u8Tab[i+3] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
552 u16GammaValueR[3] |= (MS_U16)u8Tab[i+5] << 4; in Hal_PNL_Set12BitGammaPerChannel()
556 u16GammaDeltaR[j] = abs(u16GammaValueR[j+1] - u16GammaValueR[j]); in Hal_PNL_Set12BitGammaPerChannel()
559 …u16MaxGammaValue1 = MAX(MAX(u16GammaValueR[0],u16GammaValueR[1]),MAX(u16GammaValueR[2],u16GammaVal… in Hal_PNL_Set12BitGammaPerChannel()
571 u16GammaDeltaR[0]=(((u16GammaValueR[0]<<15)&0x8000)|((u16GammaDeltaR[0]<<10)&0x7C00)| in Hal_PNL_Set12BitGammaPerChannel()
574 … SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID, REG_SC_BK10_73_L, u16GammaValueR[0]>>1, 0x07FF); in Hal_PNL_Set12BitGammaPerChannel()
592 u16GammaValueR[0] = u8Tab[i] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
593 u16GammaValueR[0] |= u8Tab[i+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
596 u16GammaValueR[1] = (u8Tab[i] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
597 u16GammaValueR[1] |= u8Tab[i+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
600 u16GammaValueR[2] = u8Tab[i+3] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
601 u16GammaValueR[2] |= u8Tab[i+4] << 4; in Hal_PNL_Set12BitGammaPerChannel()
603 u16MaxGammaValue1 = MAX(u16GammaValueR[0],u16GammaValueR[1]); in Hal_PNL_Set12BitGammaPerChannel()
615 u16GammaDeltaR[0] = ( u16GammaValueR[1] - u16GammaValueR[0] ) / 4; in Hal_PNL_Set12BitGammaPerChannel()
616 … u16GammaDeltaR[0] = ((u16GammaValueR[0]<<15)&0x8000) | ((u16GammaDeltaR[0]<<10)&0x7C00) in Hal_PNL_Set12BitGammaPerChannel()
619 … SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID, REG_SC_BK10_73_L, u16GammaValueR[0]>>1, 0x07FF); in Hal_PNL_Set12BitGammaPerChannel()
636 u16GammaDeltaR[1] = ( u16GammaValueR[2] - u16GammaValueR[1] ) / 4; in Hal_PNL_Set12BitGammaPerChannel()
637 … u16GammaDeltaR[1] = ((u16GammaValueR[1]<<15)&0x8000) | ((u16GammaDeltaR[1]<<10)&0x7C00) in Hal_PNL_Set12BitGammaPerChannel()
640 … SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID, REG_SC_BK10_73_L, u16GammaValueR[1]>>1, 0x07FF); in Hal_PNL_Set12BitGammaPerChannel()