Searched refs:lutType (Results 1 – 4 of 4) sorted by relevance
184 struct lutType { // used by lut8Type/lut16Type (mft2) only struct245 struct lutType *A2B0;246 struct lutType *B2A0;
707 static struct lutType *read_tag_lutType(struct mem_source *src, struct tag_index index, uint32_t ta… in read_tag_lutType()718 struct lutType *lut; in read_tag_lutType()750 …lut = malloc(sizeof(struct lutType) + (num_input_table_entries * in_chan + clut_size*out_chan + nu… in read_tag_lutType()1181 static void lut_release(struct lutType *lut) in lut_release()
32 static struct matrix build_lut_matrix(struct lutType *lut) in build_lut_matrix()643 static struct qcms_modular_transform* qcms_modular_transform_create_lut(struct lutType *lut) in qcms_modular_transform_create_lut()
128 @@ -657,7 +712,7 @@ static struct lutType *read_tag_lutType(struct mem_source *src, struct tag_index136 struct lutType *lut;