Searched refs:CalibDbV2_LscTableProfile_t (Results 1 – 5 of 5) sorted by relevance
40 } CalibDbV2_LscTableProfile_t; typedef
99 CalibDbV2_LscTableProfile_t tableAll[LSC_MAX_ILLUMINANT*LSC_MAX_RESOLUTION];
101 CalibDbV2_LscTableProfile_t* tableAll;
41 typedef const CalibDbV2_LscTableProfile_t* pLscTableProfile_t;
971 CalibDbV2_LscTableProfile_t* tableV2; in convert()1026 lsc_v2.tbl.tableAll = (CalibDbV2_LscTableProfile_t*) in convert()1027 malloc(lsc_v2.tbl.tableAll_len * sizeof(CalibDbV2_LscTableProfile_t)); in convert()