Searched refs:u16Hue (Results 1 – 3 of 3) sorted by relevance
194 MS_U16 u16Hue; member1383 static short sine(WORD u16Hue) in sine() argument1385 return (short)(sin((u16Hue * PI) / 180.) * 1024.); in sine()1388 static short cosine(WORD u16Hue) in cosine() argument1390 return (short)(cos((u16Hue * PI) / 180.) * 1024.); in cosine()1397 WORD u16Hue; in SetVideoSatHueMatrix() local1401 u16Hue = s_AceInfo[bWindow].ucHue; in SetVideoSatHueMatrix()1403 …u16Hue = ((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 …]
3638 MS_U16 u16Hue; member
3578 MS_U16 u16Hue;