Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c194 MS_U16 u16Hue; member
1383 static short sine(WORD u16Hue) in sine() argument
1385 return (short)(sin((u16Hue * PI) / 180.) * 1024.); in sine()
1388 static short cosine(WORD u16Hue) in cosine() argument
1390 return (short)(cos((u16Hue * PI) / 180.) * 1024.); in cosine()
1397 WORD u16Hue; in SetVideoSatHueMatrix() local
1401 u16Hue = s_AceInfo[bWindow].ucHue; in SetVideoSatHueMatrix()
1403u16Hue = ((s_AceInfo[bWindow].ucHue <= 50) ? (50 - s_AceInfo[bWindow].ucHue) : (360-(s_AceInfo[bWi… in SetVideoSatHueMatrix()
1408 s_AceInfo[bWindow].sVideoSatHueMatrix[2][2] = ((((long)cosine(u16Hue) * sTmp))>>10); in SetVideoSatHueMatrix()
1409 s_AceInfo[bWindow].sVideoSatHueMatrix[0][0] = ((( (long)cosine(u16Hue)* sTmp))>>10); in SetVideoSatHueMatrix()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC.h3638 MS_U16 u16Hue; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt3578 MS_U16 u16Hue;