Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dgdc.c44 const int data[4][HRT_GDC_N]) in gdc_lut_store() argument
51 for (i = 0; i < HRT_GDC_N; i++) { in gdc_lut_store()
86 void gdc_lut_convert_to_isp_format(const int in_lut[4][HRT_GDC_N], in gdc_lut_convert_to_isp_format() argument
87 int out_lut[4][HRT_GDC_N]) in gdc_lut_convert_to_isp_format() argument
92 for (i = 0; i < HRT_GDC_N; i++) { in gdc_lut_convert_to_isp_format()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A 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]);
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A 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)
H A Dsh_css_params.c136 static int interleaved_lut_temp[4][HRT_GDC_N];
143 static const int zoom_table[4][HRT_GDC_N] = {
667 HRT_GDC_N,
668 HRT_GDC_N,
1826 assert(config->dx <= HRT_GDC_N); in sh_css_set_dz_config()
1827 assert(config->dy <= HRT_GDC_N); in sh_css_set_dz_config()
2785 gdc_lut_store((gdc_ID_t)i, (const int (*)[HRT_GDC_N]) lut); in host_lut_store()
2840 gdc_lut_convert_to_isp_format((const int(*)[HRT_GDC_N])lut, in ia_css_pipe_set_bci_scaler_lut()
2883 gdc_lut_convert_to_isp_format((const int(*)[HRT_GDC_N])zoom_table, in sh_css_params_map_and_store_default_gdc_lut()
4139 uds->curr_dx = enable_zoom ? (uint16_t)zoom->dx : HRT_GDC_N; in sh_css_update_uds_and_crop_info()
[all …]
H A Dsh_css.c5938 if ((pipe->stream->isp_params_configs->dz_config.dx < HRT_GDC_N) || in need_capture_pp()
5939 (pipe->stream->isp_params_configs->dz_config.dy < HRT_GDC_N) || in need_capture_pp()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/modes/interface/
H A Disp_const.h63 #define UDS_SCALING_N HRT_GDC_N
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c374 HRT_GDC_N) in ia_css_pipe_get_video_binarydesc()
376 HRT_GDC_N)); in ia_css_pipe_get_video_binarydesc()