Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v10.cpp156 float gaus_h[9] = {2.0000, 4.0000, 2.0000, 4.0000, 8.0000, 4.0000, 2.0000, 4.0000, 2.0000}; in GetDehazeParams() local
204 ProcRes->ProcResV10.gaus_h0 = int(gaus_h[4]); // h0~h2 从大到小 in GetDehazeParams()
205 ProcRes->ProcResV10.gaus_h1 = int(gaus_h[1]); in GetDehazeParams()
206 ProcRes->ProcResV10.gaus_h2 = int(gaus_h[0]); in GetDehazeParams()