Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dgdc.c40 const int data[4][HRT_GDC_N]) in gdc_lut_store() argument
47 for (i = 0; i < HRT_GDC_N; i++) { in gdc_lut_store()
82 void gdc_lut_convert_to_isp_format(const int in_lut[4][HRT_GDC_N], in gdc_lut_convert_to_isp_format() argument
83 int out_lut[4][HRT_GDC_N]) in gdc_lut_convert_to_isp_format() argument
88 for (i = 0; i < HRT_GDC_N; i++) { in gdc_lut_convert_to_isp_format()
/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Dgdc_public.h39 const int data[4][HRT_GDC_N]);
48 const int in_lut[4][HRT_GDC_N],
49 int out_lut[4][HRT_GDC_N]);
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dgdc_v2_defs.h21 #define HRT_GDC_N 1024 /* Top-level design constant, equal to the number of ent… macro
36 #define HRT_GDC_LUT_BYTES (HRT_GDC_N * 4 * 2) /* 1024 addresses, 4 co…
86 #define HRT_GDC_MAX_DX (HRT_GDC_MAX_DS_FAC * HRT_GDC_N - 1)
Dsh_css_params.c126 static int interleaved_lut_temp[4][HRT_GDC_N];
133 static const int zoom_table[4][HRT_GDC_N] = {
657 HRT_GDC_N,
658 HRT_GDC_N,
1743 assert(config->dx <= HRT_GDC_N); in sh_css_set_dz_config()
1744 assert(config->dy <= HRT_GDC_N); in sh_css_set_dz_config()
2628 gdc_lut_store((gdc_ID_t)i, (const int (*)[HRT_GDC_N]) lut); in host_lut_store()
2670 gdc_lut_convert_to_isp_format((const int(*)[HRT_GDC_N])lut, in ia_css_pipe_set_bci_scaler_lut()
2710 gdc_lut_convert_to_isp_format((const int(*)[HRT_GDC_N])zoom_table, in sh_css_params_map_and_store_default_gdc_lut()
3916 uds->curr_dx = enable_zoom ? (uint16_t)zoom->dx : HRT_GDC_N; in sh_css_update_uds_and_crop_info()
[all …]
Dsh_css.c5403 if ((pipe->stream->isp_params_configs->dz_config.dx < HRT_GDC_N) || in need_capture_pp()
5404 (pipe->stream->isp_params_configs->dz_config.dy < HRT_GDC_N) || in need_capture_pp()
/linux-6.1.9/drivers/staging/media/atomisp/pci/isp/modes/interface/
Disp_const.h53 #define UDS_SCALING_N HRT_GDC_N
/linux-6.1.9/drivers/staging/media/atomisp/pci/camera/pipe/src/
Dpipe_binarydesc.c373 HRT_GDC_N) in ia_css_pipe_get_video_binarydesc()
375 HRT_GDC_N)); in ia_css_pipe_get_video_binarydesc()