Lines Matching refs:psYVUtoRGBMatrix
162 short* psYVUtoRGBMatrix; // this variable must pointer to a array[3][3]
739 if( s_AceInfo[bWindow].psYVUtoRGBMatrix == NULL ) in msACE_GetMatrix()
741 CopyMatrix( (WORD*)s_AceInfo[bWindow].psYVUtoRGBMatrix, pwBuf, ucCopyLen ); in msACE_GetMatrix()
780 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,psUserYUVtoRGBMatrix,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix()
795 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tSDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix()
802 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tHDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix()
813 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tSDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix()
820 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tHDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix()
830 …memcpy(s_AceInfo[bWindow].psYVUtoRGBMatrix,(short*)tSDTVYuv2rgb,sizeof(s_AceInfo[bWindow].psYVUtoR… in msACESelectYUVtoRGBMatrix()
1529 ColorMatrix_1[i][j]=*(s_AceInfo[bScalerWin].psYVUtoRGBMatrix +(i*3)+j);; in msSetVideoColorMatrix()
1624 if(s_AceInfo[bScalerWin].psYVUtoRGBMatrix != NULL) in msAdjustCFDOSDInfo()
1627 …memcpy(stAceOSDControl.s16YVUtoRGBMatrix, s_AceInfo[bScalerWin].psYVUtoRGBMatrix, sizeof(short)*9); in msAdjustCFDOSDInfo()
1803 ColorMatrix_1[i][j]=*(s_AceInfo[bScalerWin].psYVUtoRGBMatrix +(i*3)+j);; in msSetPCColorMatrix()
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()