Lines Matching refs:grid

1491 	if (host_stats->grid.use_dmem) {
2136 ia_css_isp_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid)
2140 IA_CSS_ENTER("grid=%p", grid);
2142 assert(grid);
2144 /* MW: Does "grid->enable" also control the histogram output ?? */
2145 if (!grid->enable)
2152 if (grid->use_dmem) {
2154 grid->aligned_width *
2155 grid->aligned_height;
2158 grid->aligned_height;
4164 ia_css_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid)
4169 IA_CSS_ENTER("grid=%p", grid);
4171 assert(grid);
4177 me->grid = *grid;
4178 grid_size = grid->width * grid->height;
4205 ia_css_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid)
4209 assert(grid);
4215 me->grid = *grid;
4216 me->hor_proj = kvmalloc(grid->height * IA_CSS_DVS_NUM_COEF_TYPES *
4221 me->ver_proj = kvmalloc(grid->width * IA_CSS_DVS_NUM_COEF_TYPES *
4243 ia_css_dvs_coefficients_allocate(const struct ia_css_dvs_grid_info *grid)
4247 assert(grid);
4253 me->grid = *grid;
4255 me->hor_coefs = kvmalloc(grid->num_hor_coefs *
4261 me->ver_coefs = kvmalloc(grid->num_ver_coefs *
4284 ia_css_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid)
4288 assert(grid);
4294 me->grid = *grid;
4296 me->hor_prod.odd_real = kvmalloc(grid->aligned_width *
4297 grid->aligned_height *
4303 me->hor_prod.odd_imag = kvmalloc(grid->aligned_width *
4304 grid->aligned_height *
4310 me->hor_prod.even_real = kvmalloc(grid->aligned_width *
4311 grid->aligned_height *
4317 me->hor_prod.even_imag = kvmalloc(grid->aligned_width *
4318 grid->aligned_height *
4324 me->ver_prod.odd_real = kvmalloc(grid->aligned_width *
4325 grid->aligned_height *
4331 me->ver_prod.odd_imag = kvmalloc(grid->aligned_width *
4332 grid->aligned_height *
4338 me->ver_prod.even_real = kvmalloc(grid->aligned_width *
4339 grid->aligned_height *
4345 me->ver_prod.even_imag = kvmalloc(grid->aligned_width *
4346 grid->aligned_height *
4375 ia_css_dvs2_coefficients_allocate(const struct ia_css_dvs_grid_info *grid)
4379 assert(grid);
4385 me->grid = *grid;
4387 me->hor_coefs.odd_real = kvmalloc(grid->num_hor_coefs *
4393 me->hor_coefs.odd_imag = kvmalloc(grid->num_hor_coefs *
4399 me->hor_coefs.even_real = kvmalloc(grid->num_hor_coefs *
4405 me->hor_coefs.even_imag = kvmalloc(grid->num_hor_coefs *
4411 me->ver_coefs.odd_real = kvmalloc(grid->num_ver_coefs *
4417 me->ver_coefs.odd_imag = kvmalloc(grid->num_ver_coefs *
4423 me->ver_coefs.even_real = kvmalloc(grid->num_ver_coefs *
4429 me->ver_coefs.even_imag = kvmalloc(grid->num_ver_coefs *