Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c159 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()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DACE_private.h123 short sVideoSatHueMatrix[3][3]; member