Searched refs:manual_curve (Results 1 – 4 of 4) sorted by relevance
338 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[0] = 0; in sample_adehaze_module()339 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[1] = 64; in sample_adehaze_module()340 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[2] = 128; in sample_adehaze_module()341 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[3] = 192; in sample_adehaze_module()342 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[4] = 256; in sample_adehaze_module()343 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[5] = 320; in sample_adehaze_module()344 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[6] = 384; in sample_adehaze_module()345 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[7] = 448; in sample_adehaze_module()346 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[8] = 512; in sample_adehaze_module()347 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_x[9] = 576; in sample_adehaze_module()[all …]
27 if (posx < pCurveIn->manual_curve[0].CtrlData) { in DehazeHistWrTableInterpV12()29 pCurveOut->curve_x[i] = pCurveIn->manual_curve[0].curve_x[i]; in DehazeHistWrTableInterpV12()30 pCurveOut->curve_y[i] = pCurveIn->manual_curve[0].curve_y[i]; in DehazeHistWrTableInterpV12()32 } else if (posx >= pCurveIn->manual_curve[12].CtrlData) { in DehazeHistWrTableInterpV12()34 pCurveOut->curve_x[i] = pCurveIn->manual_curve[12].curve_x[i]; in DehazeHistWrTableInterpV12()35 pCurveOut->curve_y[i] = pCurveIn->manual_curve[12].curve_y[i]; in DehazeHistWrTableInterpV12()39 if (posx >= pCurveIn->manual_curve[i].CtrlData && in DehazeHistWrTableInterpV12()40 posx < pCurveIn->manual_curve[i + 1].CtrlData) { in DehazeHistWrTableInterpV12()41 if ((pCurveIn->manual_curve[i + 1].CtrlData - pCurveIn->manual_curve[i].CtrlData) != in DehazeHistWrTableInterpV12()43 ratio = (posx - pCurveIn->manual_curve[i].CtrlData) / in DehazeHistWrTableInterpV12()[all …]
203 mManual_curve_t manual_curve; member
385 Manual_curve_t manual_curve[DHAZ_CTRL_DATA_STEP_MAX]; member