Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c190 #define Y_MIN_VALUE 16 macro
193 #define Y_MIN_VALUE 16 macro
204 #define Y_AUTO_ACTIVE_RANGE (Y_MAX_VALUE - Y_MIN_VALUE)
206 #define Y_AUTO_MIN_VALUE (Y_MIN_VALUE - 16)
2139 … if ( (u8ResultG >= (Y_MIN_VALUE<<2)) && (u8ResultG <= ((Y_MIN_VALUE<<2)+1)) ) // Range (0x10~0xEB) in _MApi_XC_Auto_ExternalTuneComponetYpbprGain()
2147 tempADCSetting.u16GreenOffset += (signed)((Y_MIN_VALUE<<2) - (u8ResultG)); in _MApi_XC_Auto_ExternalTuneComponetYpbprGain()