Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dgdc.c31 const int data[4][HRT_GDC_N]) in gdc_lut_store() argument
38 for (i = 0; i < HRT_GDC_N; i++) { in gdc_lut_store()
73 void gdc_lut_convert_to_isp_format(const int in_lut[4][HRT_GDC_N], in gdc_lut_convert_to_isp_format() argument
74 int out_lut[4][HRT_GDC_N]) in gdc_lut_convert_to_isp_format() argument
79 for (i = 0; i < HRT_GDC_N; i++) { in gdc_lut_convert_to_isp_format()
/linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Dgdc_public.h30 const int data[4][HRT_GDC_N]);
39 const int in_lut[4][HRT_GDC_N],
40 int out_lut[4][HRT_GDC_N]);
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dgdc_v2_defs.h12 #define HRT_GDC_N 1024 /* Top-level design constant, equal to the number of ent… macro
27 #define HRT_GDC_LUT_BYTES (HRT_GDC_N * 4 * 2) /* 1024 addresses, 4 co…
77 #define HRT_GDC_MAX_DX (HRT_GDC_MAX_DS_FAC * HRT_GDC_N - 1)
H A Dsh_css_params.c127 static int interleaved_lut_temp[4][HRT_GDC_N];
134 static const int zoom_table[4][HRT_GDC_N] = {
658 HRT_GDC_N,
659 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()
3951 uds->curr_dx = enable_zoom ? (uint16_t)zoom->dx : HRT_GDC_N; in sh_css_update_uds_and_crop_info()
4108 uds->curr_dx = HRT_GDC_N; in sh_css_update_uds_and_crop_info_based_on_zoom_region()
[all …]
H A Dsh_css.c4991 if ((pipe->stream->isp_params_configs->dz_config.dx < HRT_GDC_N) || in need_capture_pp()
4992 (pipe->stream->isp_params_configs->dz_config.dy < HRT_GDC_N) || in need_capture_pp()
/linux-6.15/drivers/staging/media/atomisp/pci/isp/modes/interface/
H A Disp_const.h45 #define UDS_SCALING_N HRT_GDC_N
/linux-6.15/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c355 HRT_GDC_N) in ia_css_pipe_get_video_binarydesc()
357 HRT_GDC_N)); in ia_css_pipe_get_video_binarydesc()