/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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 | 2142 assert(grid); in ia_css_isp_3a_statistics_allocate() 4134 assert(grid); in ia_css_3a_statistics_allocate() 4140 me->grid = *grid; in ia_css_3a_statistics_allocate() 4141 grid_size = grid->width * grid->height; in ia_css_3a_statistics_allocate() 4172 assert(grid); in ia_css_dvs_statistics_allocate() 4178 me->grid = *grid; in ia_css_dvs_statistics_allocate() 4210 assert(grid); in ia_css_dvs_coefficients_allocate() 4216 me->grid = *grid; in ia_css_dvs_coefficients_allocate() 4251 assert(grid); in ia_css_dvs2_statistics_allocate() 4257 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 | 3143 if (sizeof(*cur) != sizeof(coefs->grid) || in atomisp_css_cp_dvs2_coefs() 3144 memcmp(&coefs->grid, cur, sizeof(coefs->grid))) { in atomisp_css_cp_dvs2_coefs() 3199 if (sizeof(*cur) != sizeof(dvs2_coefs.grid) || in atomisp_css_cp_dvs2_coefs() 3200 memcmp(&dvs2_coefs.grid, cur, sizeof(dvs2_coefs.grid))) { in atomisp_css_cp_dvs2_coefs()
|
/linux-6.3-rc2/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-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
A D | ia_css_s3a.host.c | 241 count_for_3a = host_stats->grid.width * host_stats->grid.height in ia_css_s3a_hmem_decode() 242 * host_stats->grid.bqs_per_grid_cell in ia_css_s3a_hmem_decode() 243 * host_stats->grid.bqs_per_grid_cell; in ia_css_s3a_hmem_decode() 304 isp_width = host_stats->grid.aligned_width; in ia_css_s3a_dmem_decode() 305 host_width = host_stats->grid.width; in ia_css_s3a_dmem_decode() 306 height = host_stats->grid.height; in ia_css_s3a_dmem_decode() 344 out_width = host_stats->grid.width; in ia_css_s3a_vmem_decode() 345 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode() 349 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-6.3-rc2/drivers/staging/media/ipu3/ |
A D | ipu3-css-params.c | 2122 if (acc->shd.shd.grid.width <= 0) in imgu_css_cfg_acc() 2132 (-acc->shd.shd.grid.y_start >> in imgu_css_cfg_acc() 2490 acc->ae.stripes[0].grid.width = in imgu_css_cfg_acc() 2495 acc->ae.stripes[1].grid.width = in imgu_css_cfg_acc() 2499 acc->ae.stripes[0].grid.x_end = in imgu_css_cfg_acc() 2509 acc->ae.stripes[1].grid.x_end = in imgu_css_cfg_acc() 2646 acc->awb.stripes[1].grid.x_end = in imgu_css_cfg_acc() 2657 acc->awb.stripes[0].grid.width = in imgu_css_cfg_acc() 2661 acc->awb.stripes[1].grid.width = acc->awb.config.grid.width - in imgu_css_cfg_acc() 2665 acc->awb.stripes[0].grid.x_end = in imgu_css_cfg_acc() [all …]
|
A D | ipu3-tables.c | 9380 .grid = { 9601 .grid = {
|
/linux-6.3-rc2/Documentation/userspace-api/media/drivers/ |
A D | dw100.rst | 10 The transformation function is exposed by the hardware as a grid map with 16x16 54 vertex of the grid. The x coordinate is stored in the 16 LSBs and the y 77 the vertex coordinates of the block. The dewarping grid map is comprised of
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
A D | ia_css_sdis_common_types.h | 41 } grid, coef, proj; member
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
A D | binary.c | 338 dvs_info->width = binary->dis.grid.dim.width; in ia_css_binary_dvs_grid_info() 339 dvs_info->height = binary->dis.grid.dim.height; in ia_css_binary_dvs_grid_info() 340 dvs_info->aligned_width = binary->dis.grid.pad.width; in ia_css_binary_dvs_grid_info() 341 dvs_info->aligned_height = binary->dis.grid.pad.height; in ia_css_binary_dvs_grid_info()
|
/linux-6.3-rc2/Documentation/admin-guide/perf/ |
A D | arm-cmn.rst | 6 grid of crosspoints (XPs), with each crosspoint supporting up to two
|
/linux-6.3-rc2/tools/testing/selftests/amd-pstate/ |
A D | gitsource.sh | 293 set grid
|
A D | tbench.sh | 280 set grid
|
/linux-6.3-rc2/drivers/staging/media/ipu3/include/uapi/ |
A D | intel-ipu3.h | 135 struct ipu3_uapi_grid_config grid; member 1193 struct ipu3_uapi_shd_grid_config grid; member
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/ |
A D | e1000.rst | 135 grid computing, the algorithm can reduce latency even more when
|