Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c979 static short sine(BYTE u8Hue) in sine() function
1383 static short sine(WORD u16Hue) in sine() function
1410 s_AceInfo[bWindow].sVideoSatHueMatrix[2][0] = ((((long)sine(u16Hue) * sTmp))>>10); in SetVideoSatHueMatrix()
1411 s_AceInfo[bWindow].sVideoSatHueMatrix[0][2] = (((-(long)sine(u16Hue) * sTmp))>>10); in SetVideoSatHueMatrix()