Lines Matching refs:WORD

152     WORD wContrast;
153 WORD wRCon;
154 WORD wGCon;
155 WORD wBCon;
300 void msAdjustPCContrast_10Bits(void* pInstance, BOOL bScalerWin, WORD wContrast );
301 void msAdjustVideoContrast_10Bits(void* pInstance, BOOL bScalerWin, WORD wContrast );
304 WORD msACE_GetVersion(void) in msACE_GetVersion()
309 static WORD _TransferColorCorrectionOffsetValue(short s) in _TransferColorCorrectionOffsetValue()
311 WORD w; in _TransferColorCorrectionOffsetValue()
321 WORD msACE_GetInfo(void* pInstance, BOOL bWindow, EnuACEInfoType ucInfoType ) in msACE_GetInfo()
323 WORD wReturnValue = 0xFFFF; in msACE_GetInfo()
707 static void CopyMatrix(WORD* pwBufSrc, WORD* pwBufTgt, BYTE ucLen ) in CopyMatrix()
715 BOOL msACE_GetMatrix(void* pInstance, BOOL bWindow, BYTE ucMatrixId, WORD* pwBuf, BYTE ucBufLen) in msACE_GetMatrix()
731 CopyMatrix( (WORD*)tSDTVYuv2rgb, pwBuf, ucCopyLen ); in msACE_GetMatrix()
735 CopyMatrix( (WORD*)tHDTVYuv2rgb, pwBuf, ucCopyLen ); in msACE_GetMatrix()
741 CopyMatrix( (WORD*)s_AceInfo[bWindow].psYVUtoRGBMatrix, pwBuf, ucCopyLen ); in msACE_GetMatrix()
747 CopyMatrix( (WORD*)s_AceInfo[bWindow].psColorCorrectionMatrix, pwBuf, ucCopyLen ); in msACE_GetMatrix()
753 CopyMatrix( (WORD*)s_AceInfo[bWindow].psPCsRGBMatrix, pwBuf, ucCopyLen ); in msACE_GetMatrix()
1383 static short sine(WORD u16Hue) in sine()
1388 static short cosine(WORD u16Hue) in cosine()
1397 WORD u16Hue; in SetVideoSatHueMatrix()
1596 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustHSC()
1715 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustVideoContrast()
1719 void msAdjustVideoContrast_10Bits(void *pInstance, BOOL bScalerWin, WORD wContrast ) in msAdjustVideoContrast_10Bits()
1747 s_AceInfo[bScalerWin].wRCon = (WORD)ucRCon<<3; in msAdjustVideoRGB()
1748 s_AceInfo[bScalerWin].wGCon = (WORD)ucGCon<<3; in msAdjustVideoRGB()
1749 s_AceInfo[bScalerWin].wBCon = (WORD)ucBCon<<3; in msAdjustVideoRGB()
1753 void msAdjustVideoRGB_10Bits(void *pInstance, BOOL bScalerWin, WORD wRCon, WORD wGCon, WORD wBCon) in msAdjustVideoRGB_10Bits()
1866 s_AceInfo[bScalerWin].wContrast = (WORD)ucContrast<<3; in msAdjustPCContrast()
1870 void msAdjustPCContrast_10Bits(void *pInstance, BOOL bScalerWin, WORD wContrast ) in msAdjustPCContrast_10Bits()
1881 s_AceInfo[bScalerWin].wRCon = (WORD)ucRed<<3; in msAdjustPCRGB()
1882 s_AceInfo[bScalerWin].wGCon = (WORD)ucGreen<<3; in msAdjustPCRGB()
1883 s_AceInfo[bScalerWin].wBCon = (WORD)ucBlue<<3; in msAdjustPCRGB()
1887 void msAdjustPCRGB_10Bits(void *pInstance, BOOL bScalerWin, WORD wRed, WORD wGreen, WORD wBlue ) in msAdjustPCRGB_10Bits()
2075 CopyMatrix( u16Regs,(WORD*)s_AceInfo[MAIN_WINDOW].psYVUtoRGBMatrix ,ucCopyLen ); in msACE_HDR_YUV2RGBGen()
2090 CopyMatrix( s16PreRegs,(WORD*)s_AceInfo[MAIN_WINDOW].psYVUtoRGBMatrix ,ucCopyLen ); in msACE_HDR_Set3x3Gen()
2106 CopyMatrix( (WORD*)s_AceInfo[MAIN_WINDOW].psYVUtoRGBMatrix,s16PreRegs ,ucCopyLen ); in msACE_HDR_Set3x3Gen()