Lines Matching defs:from

91     const struct ia_css_eed1_8_config *from,
131 assert(from->dew_enhance_seg_x[j] > -1);
132 assert(from->dew_enhance_seg_y[j] > -1);
136 assert(from->dew_enhance_seg_x[j] > from->dew_enhance_seg_x[j - 1]);
137 assert(from->dew_enhance_seg_y[j] > from->dew_enhance_seg_y[j - 1]);
140 assert(from->dew_enhance_seg_x[0] == 0);
141 assert(from->dew_enhance_seg_y[0] == 0);
176 from->dew_enhance_seg_x[j], 0),
179 from->dew_enhance_seg_y[j], -8192),
185 from->dew_enhance_seg_slope[j],
192 from->dew_enhance_seg_exp[j],
229 const struct ia_css_eed1_8_config *from,
237 to->rbzp_strength = from->rbzp_strength;
239 to->fcstrength = from->fcstrength;
240 to->fcthres_0 = from->fcthres_0;
241 to->fc_sat_coef = from->fc_sat_coef;
242 to->fc_coring_prm = from->fc_coring_prm;
243 to->fc_slope = from->fcthres_1 - from->fcthres_0;
245 to->aerel_thres0 = from->aerel_thres0;
246 to->aerel_gain0 = from->aerel_gain0;
247 to->aerel_thres_diff = from->aerel_thres1 - from->aerel_thres0;
248 to->aerel_gain_diff = from->aerel_gain1 - from->aerel_gain0;
250 to->derel_thres0 = from->derel_thres0;
251 to->derel_gain0 = from->derel_gain0;
252 to->derel_thres_diff = (from->derel_thres1 - from->derel_thres0);
253 to->derel_gain_diff = (from->derel_gain1 - from->derel_gain0);
255 to->coring_pos0 = from->coring_pos0;
256 to->coring_pos_diff = (from->coring_pos1 - from->coring_pos0);
257 to->coring_neg0 = from->coring_neg0;
258 to->coring_neg_diff = (from->coring_neg1 - from->coring_neg0);
264 to->gain_exp = (13 - from->gain_exp);
265 to->gain_pos0 = from->gain_pos0;
266 to->gain_pos_diff = (from->gain_pos1 - from->gain_pos0);
267 to->gain_neg0 = from->gain_neg0;
268 to->gain_neg_diff = (from->gain_neg1 - from->gain_neg0);
270 to->margin_pos0 = from->pos_margin0;
271 to->margin_pos_diff = (from->pos_margin1 - from->pos_margin0);
272 to->margin_neg0 = from->neg_margin0;
273 to->margin_neg_diff = (from->neg_margin1 - from->neg_margin0);
277 min_exp = max(min_exp, from->dew_enhance_seg_exp[i]);
281 to->dedgew_max = from->dedgew_max;