Searched refs:hor_prod (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
H A D | ia_css_sdis2.host.c | 214 assert(host_stats->hor_prod.odd_real); in ia_css_translate_dvs2_statistics() 215 assert(host_stats->hor_prod.odd_imag); in ia_css_translate_dvs2_statistics() 216 assert(host_stats->hor_prod.even_real); in ia_css_translate_dvs2_statistics() 217 assert(host_stats->hor_prod.even_imag); in ia_css_translate_dvs2_statistics() 227 host_stats->hor_prod.odd_real, host_stats->hor_prod.odd_imag, in ia_css_translate_dvs2_statistics() 228 host_stats->hor_prod.even_real, host_stats->hor_prod.even_imag, in ia_css_translate_dvs2_statistics() 246 memcpy(host_stats->hor_prod.odd_real + dst_offset, in ia_css_translate_dvs2_statistics() 248 memcpy(host_stats->hor_prod.odd_imag + dst_offset, in ia_css_translate_dvs2_statistics() 250 memcpy(host_stats->hor_prod.even_real + dst_offset, in ia_css_translate_dvs2_statistics() 252 memcpy(host_stats->hor_prod.even_imag + dst_offset, in ia_css_translate_dvs2_statistics()
|
H A D | ia_css_sdis2_types.h | 71 hor_prod; /** struct with pointers that contain the horizontal statistics */ member
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_params.c | 4296 me->hor_prod.odd_real = kvmalloc(grid->aligned_width * in ia_css_dvs2_statistics_allocate() 4298 sizeof(*me->hor_prod.odd_real), in ia_css_dvs2_statistics_allocate() 4300 if (!me->hor_prod.odd_real) in ia_css_dvs2_statistics_allocate() 4303 me->hor_prod.odd_imag = kvmalloc(grid->aligned_width * in ia_css_dvs2_statistics_allocate() 4305 sizeof(*me->hor_prod.odd_imag), in ia_css_dvs2_statistics_allocate() 4307 if (!me->hor_prod.odd_imag) in ia_css_dvs2_statistics_allocate() 4310 me->hor_prod.even_real = kvmalloc(grid->aligned_width * in ia_css_dvs2_statistics_allocate() 4312 sizeof(*me->hor_prod.even_real), in ia_css_dvs2_statistics_allocate() 4314 if (!me->hor_prod.even_real) in ia_css_dvs2_statistics_allocate() 4317 me->hor_prod.even_imag = kvmalloc(grid->aligned_width * in ia_css_dvs2_statistics_allocate() [all …]
|
H A D | atomisp_compat_css20.c | 1382 sizeof(*asd->params.dvs_stat->hor_prod.odd_real); in atomisp_alloc_dis_coef_buf() 3027 if (!asd->params.dvs_stat->hor_prod.odd_real || in atomisp_css_get_dis_stat() 3028 !asd->params.dvs_stat->hor_prod.odd_imag || in atomisp_css_get_dis_stat() 3029 !asd->params.dvs_stat->hor_prod.even_real || in atomisp_css_get_dis_stat() 3030 !asd->params.dvs_stat->hor_prod.even_imag || in atomisp_css_get_dis_stat() 3087 if (copy_to_user(stats->dvs2_stat.hor_prod.odd_real, in atomisp_css_get_dis_stat() 3088 asd->params.dvs_stat->hor_prod.odd_real, in atomisp_css_get_dis_stat() 3091 if (copy_to_user(stats->dvs2_stat.hor_prod.odd_imag, in atomisp_css_get_dis_stat() 3092 asd->params.dvs_stat->hor_prod.odd_imag, in atomisp_css_get_dis_stat() 3095 if (copy_to_user(stats->dvs2_stat.hor_prod.even_real, in atomisp_css_get_dis_stat() [all …]
|
H A D | atomisp_compat_ioctl32.h | 47 struct atomisp_dvs2_stat_types32 hor_prod; member
|
/linux/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp.h | 231 struct atomisp_dvs2_stat_types hor_prod; member
|