| /linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
| A D | ia_css_sdis.host.c | 25 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 }, 46 from->grid.bqs_per_grid_cell; in ia_css_sdis_horicoef_vmem_encode() 190 dis->grid.dim.width = in ia_css_sdis_init_info() 192 dis->grid.dim.height = in ia_css_sdis_init_info() 194 dis->grid.pad.width = in ia_css_sdis_init_info() 196 dis->grid.pad.height = in ia_css_sdis_init_info() 315 assert(grid); in ia_css_isp_dvs_statistics_allocate() 317 IA_CSS_ENTER("grid=%p", grid); in ia_css_isp_dvs_statistics_allocate() 319 if (!grid->enable) in ia_css_isp_dvs_statistics_allocate() 327 grid->aligned_height, in ia_css_isp_dvs_statistics_allocate() [all …]
|
| A D | ia_css_sdis_types.h | 36 grid;/** grid info contains the dimensions of the dvs grid */ member 49 grid;/** grid info contains the dimensions of the dvs grid */ member
|
| A D | ia_css_sdis.host.h | 69 const struct ia_css_dvs_grid_info *grid);
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
| A D | ia_css_sdis2.host.c | 23 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 }, 41 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis2_horicoef_vmem_encode() 42 from->grid.bqs_per_grid_cell; in ia_css_sdis2_horicoef_vmem_encode() 43 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis2_horicoef_vmem_encode() 67 from->grid.bqs_per_grid_cell; in ia_css_sdis2_vertcoef_vmem_encode() 68 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis2_vertcoef_vmem_encode() 266 dst_offset += host_stats->grid.aligned_width; in ia_css_translate_dvs2_statistics() 274 const struct ia_css_dvs_grid_info *grid) in ia_css_isp_dvs2_statistics_allocate() argument 279 assert(grid); in ia_css_isp_dvs2_statistics_allocate() 281 IA_CSS_ENTER("grid=%p", grid); in ia_css_isp_dvs2_statistics_allocate() [all …]
|
| A D | ia_css_sdis2_types.h | 46 grid; /** grid info contains the dimensions of the dvs grid */ member 69 grid; /** grid info contains the dimensions of the dvs grid */ member
|
| A D | ia_css_sdis2.host.h | 78 const struct ia_css_dvs_grid_info *grid);
|
| /linux/drivers/staging/media/atomisp/pci/ |
| A D | ia_css_dvs.h | 168 ia_css_isp_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 182 ia_css_isp_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 196 ia_css_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 210 ia_css_dvs_coefficients_allocate(const struct ia_css_dvs_grid_info *grid); 224 ia_css_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 238 ia_css_dvs2_coefficients_allocate(const struct ia_css_dvs_grid_info *grid);
|
| A D | sh_css_params.c | 2235 assert(grid); in ia_css_isp_3a_statistics_allocate() 4327 assert(grid); in ia_css_3a_statistics_allocate() 4333 me->grid = *grid; in ia_css_3a_statistics_allocate() 4334 grid_size = grid->width * grid->height; in ia_css_3a_statistics_allocate() 4369 assert(grid); in ia_css_dvs_statistics_allocate() 4375 me->grid = *grid; in ia_css_dvs_statistics_allocate() 4407 assert(grid); in ia_css_dvs_coefficients_allocate() 4413 me->grid = *grid; in ia_css_dvs_coefficients_allocate() 4448 assert(grid); in ia_css_dvs2_statistics_allocate() 4454 me->grid = *grid; in ia_css_dvs2_statistics_allocate() [all …]
|
| A D | ia_css_3a.h | 135 ia_css_isp_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid); 149 ia_css_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid);
|
| A D | atomisp_cmd.c | 3706 if (sizeof(*cur) != sizeof(coefs->grid) || in atomisp_css_cp_dvs2_coefs() 3707 memcmp(&coefs->grid, cur, sizeof(coefs->grid))) { in atomisp_css_cp_dvs2_coefs() 3762 if (sizeof(*cur) != sizeof(dvs2_coefs.grid) || in atomisp_css_cp_dvs2_coefs() 3763 memcmp(&dvs2_coefs.grid, cur, sizeof(dvs2_coefs.grid))) { in atomisp_css_cp_dvs2_coefs()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-detect.rst | 37 - The image is divided into a grid, each cell with its own motion 41 - The image is divided into a grid, each cell with its own region 45 values for the grid are set through the 55 Sets the motion detection thresholds for each cell in the grid. To 58 top-left of the grid. 61 Sets the motion detection region value for each cell in the grid. To 64 top-left of the grid.
|
| A D | vidioc-dqevent.rst | 308 each cell in the motion detection grid, then that all cells are
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| A D | ia_css_s3a.host.c | 245 count_for_3a = host_stats->grid.width * host_stats->grid.height in ia_css_s3a_hmem_decode() 246 * host_stats->grid.bqs_per_grid_cell in ia_css_s3a_hmem_decode() 247 * host_stats->grid.bqs_per_grid_cell; in ia_css_s3a_hmem_decode() 309 isp_width = host_stats->grid.aligned_width; in ia_css_s3a_dmem_decode() 310 host_width = host_stats->grid.width; in ia_css_s3a_dmem_decode() 311 height = host_stats->grid.height; in ia_css_s3a_dmem_decode() 349 out_width = host_stats->grid.width; in ia_css_s3a_vmem_decode() 350 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode() 354 chunk = ISP_VEC_NELEMS >> host_stats->grid.deci_factor_log2; in ia_css_s3a_vmem_decode()
|
| A D | ia_css_s3a_types.h | 197 grid; /** grid info contains the dimensions of the 3A grid */ member
|
| /linux/drivers/staging/media/ipu3/ |
| A D | ipu3-css-params.c | 2125 if (acc->shd.shd.grid.width <= 0) in imgu_css_cfg_acc() 2135 (-acc->shd.shd.grid.y_start >> in imgu_css_cfg_acc() 2493 acc->ae.stripes[0].grid.width = in imgu_css_cfg_acc() 2498 acc->ae.stripes[1].grid.width = in imgu_css_cfg_acc() 2502 acc->ae.stripes[0].grid.x_end = in imgu_css_cfg_acc() 2507 acc->ae.stripes[1].grid.x_start = in imgu_css_cfg_acc() 2512 acc->ae.stripes[1].grid.x_end = in imgu_css_cfg_acc() 2640 acc->awb.stripes[0].grid.width = in imgu_css_cfg_acc() 2644 acc->awb.stripes[1].grid.width = acc->awb.config.grid.width - in imgu_css_cfg_acc() 2648 acc->awb.stripes[0].grid.x_end = in imgu_css_cfg_acc() [all …]
|
| A D | ipu3-tables.c | 9380 .grid = { 9601 .grid = {
|
| A D | ipu3-abi.h | 1233 struct ipu3_uapi_ae_grid_config grid __aligned(32);
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| A D | ia_css_sdis_common_types.h | 41 } grid, coef, proj; member
|
| /linux/Documentation/admin-guide/perf/ |
| A D | arm-cmn.rst | 6 grid of crosspoints (XPs), with each crosspoint supporting up to two
|
| /linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
| A D | binary.c | 762 dvs_info->width = binary->dis.grid.dim.width; in ia_css_binary_dvs_grid_info() 763 dvs_info->height = binary->dis.grid.dim.height; in ia_css_binary_dvs_grid_info() 764 dvs_info->aligned_width = binary->dis.grid.pad.width; in ia_css_binary_dvs_grid_info() 765 dvs_info->aligned_height = binary->dis.grid.pad.height; in ia_css_binary_dvs_grid_info()
|
| /linux/drivers/staging/media/ipu3/include/uapi/ |
| A D | intel-ipu3.h | 107 struct ipu3_uapi_grid_config grid; member 1162 struct ipu3_uapi_shd_grid_config grid; member
|
| /linux/arch/powerpc/boot/dts/ |
| A D | mpc832x_mds.dts | 12 * 2) Solder a wire from U61-21 to P19A-23. P19 is a grid of pins on the board
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| A D | e1000.rst | 135 grid computing, the algorithm can reduce latency even more when
|
| /linux/tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 3571 self.grid = QGridLayout() 3574 self.grid.addWidget(QLabel(self.data_items[row].label), row, 0) 3575 self.grid.addWidget(self.data_items[row].widget, row, 1) 3595 self.vbox.addLayout(self.grid)
|
| /linux/Documentation/vm/ |
| A D | hmm.rst | 52 For flat data sets (array, grid, image, ...) this isn't too hard to achieve but
|