Home
last modified time | relevance | path

Searched refs:manual_curve (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adehaze_module.cpp338 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 …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v12.cpp27 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 …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_uapi_head.h203 mManual_curve_t manual_curve; member
H A Dadehaze_head.h385 Manual_curve_t manual_curve[DHAZ_CTRL_DATA_STEP_MAX]; member