Home
last modified time | relevance | path

Searched refs:curve_x (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.cpp29 pCurveOut->curve_x[i] = pCurveIn->manual_curve[0].curve_x[i]; in DehazeHistWrTableInterpV12()
34 pCurveOut->curve_x[i] = pCurveIn->manual_curve[12].curve_x[i]; in DehazeHistWrTableInterpV12()
50 pCurveOut->curve_x[j] = ratio * (pCurveIn->manual_curve[i + 1].curve_x[j] - in DehazeHistWrTableInterpV12()
51 pCurveIn->manual_curve[i].curve_x[j]) + in DehazeHistWrTableInterpV12()
52 pCurveIn->manual_curve[i].curve_x[j]; in DehazeHistWrTableInterpV12()
65 if (!(pCurveOut->curve_x[i] % HSIT_WR_MIN_STEP)) in DehazeHistWrTableInterpV12()
68 int orig_x = pCurveOut->curve_x[i]; in DehazeHistWrTableInterpV12()
69 pCurveOut->curve_x[i] = HSIT_WR_MIN_STEP * (pCurveOut->curve_x[i] / HSIT_WR_MIN_STEP); in DehazeHistWrTableInterpV12()
72 (pCurveOut->curve_x[i] - pCurveOut->curve_x[i - 1]) * in DehazeHistWrTableInterpV12()
74 (orig_x - pCurveOut->curve_x[i - 1]); in DehazeHistWrTableInterpV12()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_uapi_head.h185 int curve_x[DHAZ_V12_HIST_WR_CURVE_NUM]; member
H A Dadehaze_head.h365 int curve_x[DHAZ_V12_HIST_WR_CURVE_NUM]; member