Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo_edgefilter.cpp207 memset(&pParams->h0_h_coef_5x5[0][0], 0, sizeof(pParams->h0_h_coef_5x5)); in init_edgefilter_params()
212 … pParams->h0_h_coef_5x5[i][2 * w + n] = pSetting->edgeFilter_iso[i].direct_filter_coeff[n]; in init_edgefilter_params()
351 memset(&pParams->h0_h_coef_5x5[0][0], 0, sizeof(pParams->h0_h_coef_5x5)); in init_edgefilter_params_json()
377 pParams->h0_h_coef_5x5[i][2 * w + n] = pTuning_ISO->direct_filter_coeff[n]; in init_edgefilter_params_json()
477 pParams->h0_h_coef_5x5[i][n * 5 + 0], in edgefilter_algo_param_printf()
478 pParams->h0_h_coef_5x5[i][n * 5 + 1], in edgefilter_algo_param_printf()
479 pParams->h0_h_coef_5x5[i][n * 5 + 2], in edgefilter_algo_param_printf()
480 pParams->h0_h_coef_5x5[i][n * 5 + 3], in edgefilter_algo_param_printf()
481 pParams->h0_h_coef_5x5[i][n * 5 + 4]); in edgefilter_algo_param_printf()
631 … < sizeof(strkedgefilterParamsSelected->h0_h_coef_5x5) / sizeof(strkedgefilterParamsSelected-… in select_edgefilter_params_by_ISO()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp/
H A Drk_aiq_types_asharp_algo_int.h260 …float h0_h_coef_5x5 [MAX_ISO_STEP][RKEDGEFILTER_DIR_SMTH_DIAM * RKEDGEFILTER_DIR_SMTH_DI… member
290 float h0_h_coef_5x5 [RKEDGEFILTER_DIR_SMTH_DIAM * RKEDGEFILTER_DIR_SMTH_DIAM]; member