Lines Matching refs:sContrastRGBMatrix

158     short sContrastRGBMatrix[3][3];
918 s_AceInfo[i].sContrastRGBMatrix[0][0] = in InitACEVar()
919 s_AceInfo[i].sContrastRGBMatrix[1][1] = in InitACEVar()
920 s_AceInfo[i].sContrastRGBMatrix[2][2] = 1024; in InitACEVar()
921 s_AceInfo[i].sContrastRGBMatrix[0][1] = in InitACEVar()
922 s_AceInfo[i].sContrastRGBMatrix[1][0] = in InitACEVar()
923 s_AceInfo[i].sContrastRGBMatrix[2][0] = in InitACEVar()
924 s_AceInfo[i].sContrastRGBMatrix[0][2] = in InitACEVar()
925 s_AceInfo[i].sContrastRGBMatrix[1][2] = in InitACEVar()
926 s_AceInfo[i].sContrastRGBMatrix[2][1] = 0; in InitACEVar()
1420 …s_AceInfo[bWindow].sContrastRGBMatrix[0][0] = ( (DWORD)s_AceInfo[bWindow].wRCon * (s_AceInfo[bWind… in SetVideoContrastMatrix()
1421 …s_AceInfo[bWindow].sContrastRGBMatrix[1][1] = ( (DWORD)s_AceInfo[bWindow].wGCon * (s_AceInfo[bWind… in SetVideoContrastMatrix()
1422 …s_AceInfo[bWindow].sContrastRGBMatrix[2][2] = ( (DWORD)s_AceInfo[bWindow].wBCon * (s_AceInfo[bWind… in SetVideoContrastMatrix()
1553 ArrayMultiply( s_AceInfo[bScalerWin].sContrastRGBMatrix, sResultTmp2, sResultTmp1 ); in msSetVideoColorMatrix()
1560 ArrayMultiply( s_AceInfo[bScalerWin].sContrastRGBMatrix, sResultTmp1, sResultTmp2 ); in msSetVideoColorMatrix()
1766 …s_AceInfo[bWindow].sContrastRGBMatrix[0][0] = ( (DWORD)s_AceInfo[bWindow].wRCon * (s_AceInfo[bWind… in SetPCConRGBMatrix()
1767 …s_AceInfo[bWindow].sContrastRGBMatrix[1][1] = ( (DWORD)s_AceInfo[bWindow].wGCon * (s_AceInfo[bWind… in SetPCConRGBMatrix()
1768 …s_AceInfo[bWindow].sContrastRGBMatrix[2][2] = ( (DWORD)s_AceInfo[bWindow].wBCon * (s_AceInfo[bWind… in SetPCConRGBMatrix()
1793 psOutTab = (short*)s_AceInfo[bScalerWin].sContrastRGBMatrix; in msSetPCColorMatrix()
1806 ArrayMultiply( s_AceInfo[bScalerWin].sContrastRGBMatrix, ColorMatrix_1, sResultTmp1 ); in msSetPCColorMatrix()