Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adehaze_module.cpp355 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[0] = 0; in sample_adehaze_module()
356 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[1] = 64; in sample_adehaze_module()
357 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[2] = 128; in sample_adehaze_module()
358 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[3] = 192; in sample_adehaze_module()
359 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[4] = 256; in sample_adehaze_module()
360 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[5] = 320; in sample_adehaze_module()
361 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[6] = 384; in sample_adehaze_module()
362 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[7] = 448; in sample_adehaze_module()
363 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[8] = 512; in sample_adehaze_module()
364 attr_v12.stManual.hist_setting.hist_wr.manual_curve.curve_y[9] = 576; in sample_adehaze_module()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v12.cpp30 pCurveOut->curve_y[i] = pCurveIn->manual_curve[0].curve_y[i]; in DehazeHistWrTableInterpV12()
35 pCurveOut->curve_y[i] = pCurveIn->manual_curve[12].curve_y[i]; in DehazeHistWrTableInterpV12()
53 pCurveOut->curve_y[j] = ratio * (pCurveIn->manual_curve[i + 1].curve_y[j] - in DehazeHistWrTableInterpV12()
54 pCurveIn->manual_curve[i].curve_y[j]) + in DehazeHistWrTableInterpV12()
55 pCurveIn->manual_curve[i].curve_y[j]; in DehazeHistWrTableInterpV12()
71 pCurveOut->curve_y[i] = pCurveOut->curve_y[i - 1] + in DehazeHistWrTableInterpV12()
73 (pCurveOut->curve_y[i] - pCurveOut->curve_y[i - 1]) / in DehazeHistWrTableInterpV12()
91 __func__, pCurveOut->curve_y[0], pCurveOut->curve_y[1], pCurveOut->curve_y[2], in DehazeHistWrTableInterpV12()
92 pCurveOut->curve_y[3], pCurveOut->curve_y[4], pCurveOut->curve_y[5], pCurveOut->curve_y[6], in DehazeHistWrTableInterpV12()
93 pCurveOut->curve_y[7], pCurveOut->curve_y[8], pCurveOut->curve_y[9], pCurveOut->curve_y[10], in DehazeHistWrTableInterpV12()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_uapi_head.h187 int curve_y[DHAZ_V12_HIST_WR_CURVE_NUM]; member
H A Dadehaze_head.h367 int curve_y[DHAZ_V12_HIST_WR_CURVE_NUM]; member