Home
last modified time | relevance | path

Searched refs:u16MaxGammaValue1 (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/pnl/
H A DhalPNL.c508 MS_U16 u16MaxGammaValue1 = 0; in Hal_PNL_Set12BitGammaPerChannel() local
559u16MaxGammaValue1 = MAX(MAX(u16GammaValueR[0],u16GammaValueR[1]),MAX(u16GammaValueR[2],u16GammaVal… in Hal_PNL_Set12BitGammaPerChannel()
561 if(u16MaxGammaValue < u16MaxGammaValue1) in Hal_PNL_Set12BitGammaPerChannel()
563 u16MaxGammaValue = u16MaxGammaValue1; in Hal_PNL_Set12BitGammaPerChannel()
603 u16MaxGammaValue1 = MAX(u16GammaValueR[0],u16GammaValueR[1]); in Hal_PNL_Set12BitGammaPerChannel()
605 if(u16MaxGammaValue < u16MaxGammaValue1) in Hal_PNL_Set12BitGammaPerChannel()
607 u16MaxGammaValue = u16MaxGammaValue1; in Hal_PNL_Set12BitGammaPerChannel()