Lines Matching refs:sVideoSatHueMatrix
159 short sVideoSatHueMatrix[3][3];
928 s_AceInfo[i].sVideoSatHueMatrix[0][0] = in InitACEVar()
929 s_AceInfo[i].sVideoSatHueMatrix[1][1] = in InitACEVar()
930 s_AceInfo[i].sVideoSatHueMatrix[2][2] = 1024; in InitACEVar()
931 s_AceInfo[i].sVideoSatHueMatrix[0][1] = in InitACEVar()
932 s_AceInfo[i].sVideoSatHueMatrix[1][0] = in InitACEVar()
933 s_AceInfo[i].sVideoSatHueMatrix[2][0] = in InitACEVar()
934 s_AceInfo[i].sVideoSatHueMatrix[0][2] = in InitACEVar()
935 s_AceInfo[i].sVideoSatHueMatrix[1][2] = in InitACEVar()
936 s_AceInfo[i].sVideoSatHueMatrix[2][1] = 0; in InitACEVar()
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()
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()
1413 s_AceInfo[bWindow].sVideoSatHueMatrix[1][1] = 1024; in SetVideoSatHueMatrix()
1414 …sVideoSatHueMatrix[0][1] = s_AceInfo[bWindow].sVideoSatHueMatrix[1][0] = s_AceInfo[bWindow].sVideo… in SetVideoSatHueMatrix()
1530 ColorMatrix_2[i][j]= s_AceInfo[bScalerWin].sVideoSatHueMatrix[i][j]; in msSetVideoColorMatrix()