Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c459 const u32 hist_wnd_num[] = { in isp_sihst_config() local
483 block_hsize = arg->win_cfg[i].win.h_size / hist_wnd_num[wnd_num_idx] - 1; in isp_sihst_config()
484 block_vsize = arg->win_cfg[i].win.v_size / hist_wnd_num[wnd_num_idx] - 1; in isp_sihst_config()
491 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_sihst_config()
492 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_sihst_config()
494 arg->hist_weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_sihst_config()
2812 const u32 hist_wnd_num[] = { 5, 5, 15, 15 }; in isp_rawhstbig_cfg_sram() local
2835 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_rawhstbig_cfg_sram()
2836 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_rawhstbig_cfg_sram()
2838 arg->weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_rawhstbig_cfg_sram()
[all …]
H A Disp_params_v1x.c820 const u32 hist_wnd_num[] = { in isp_hst_config_v12() local
845 block_hsize = arg->meas_window.h_size / hist_wnd_num[wnd_num_idx] - 1; in isp_hst_config_v12()
846 block_vsize = arg->meas_window.v_size / hist_wnd_num[wnd_num_idx] - 1; in isp_hst_config_v12()
851 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_hst_config_v12()
852 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_hst_config_v12()
854 arg->hist_weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_hst_config_v12()
H A Disp_params_v21.c2273 const u32 hist_wnd_num[] = { 5, 5, 15, 15 }; in isp_rawhstbig_cfg_sram() local
2296 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_rawhstbig_cfg_sram()
2297 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_rawhstbig_cfg_sram()
2299 arg->weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_rawhstbig_cfg_sram()
2322 const u32 hist_wnd_num[] = { 5, 5, 15, 15 }; in isp_rawhstbig_config() local
2359 block_hsize = arg->win.h_size / hist_wnd_num[wnd_num_idx] - 1; in isp_rawhstbig_config()
2360 block_vsize = arg->win.v_size / hist_wnd_num[wnd_num_idx] - 1; in isp_rawhstbig_config()
H A Disp_params_v3x.c2407 const u32 hist_wnd_num[] = {5, 5, 15, 15}; in isp_rawhstbig_cfg_sram() local
2430 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_rawhstbig_cfg_sram()
2431 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_rawhstbig_cfg_sram()
2433 arg->weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_rawhstbig_cfg_sram()
2456 const u32 hist_wnd_num[] = {5, 5, 15, 15}; in isp_rawhstbig_config() local
2491 block_hsize = arg->win.h_size / hist_wnd_num[wnd_num_idx] - 1; in isp_rawhstbig_config()
2492 block_vsize = arg->win.v_size / hist_wnd_num[wnd_num_idx] - 1; in isp_rawhstbig_config()
H A Disp_params_v32.c2329 const u32 hist_wnd_num[] = {5, 5, 15, 15}; in isp_rawhstbig_cfg_sram() local
2352 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_rawhstbig_cfg_sram()
2353 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_rawhstbig_cfg_sram()
2355 arg->weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_rawhstbig_cfg_sram()
2378 const u32 hist_wnd_num[] = {5, 5, 15, 15}; in isp_rawhstbig_config() local
2414 block_hsize = arg->win.h_size / hist_wnd_num[wnd_num_idx] - 1; in isp_rawhstbig_config()
2415 block_vsize = arg->win.v_size / hist_wnd_num[wnd_num_idx] - 1; in isp_rawhstbig_config()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Disp_params.c869 const u32 hist_wnd_num[] = { in isp_hst_config_v12() local
894 block_hsize = arg->meas_window.h_size / hist_wnd_num[wnd_num_idx] - 1; in isp_hst_config_v12()
895 block_vsize = arg->meas_window.v_size / hist_wnd_num[wnd_num_idx] - 1; in isp_hst_config_v12()
900 for (i = 0; i < hist_wnd_num[wnd_num_idx]; i++) { in isp_hst_config_v12()
901 for (j = 0; j < hist_wnd_num[wnd_num_idx]; j++) { in isp_hst_config_v12()
903 arg->hist_weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_hst_config_v12()