Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
A Dia_css_sdis2.host.c56 fill_row(&private[1 * stride], from->hor_coefs.odd_imag, width, padding); in ia_css_sdis2_horicoef_vmem_encode()
145 memcpy(hor_coefs_odd_imag, params->dvs2_coefs.hor_coefs.odd_imag, in ia_css_get_isp_dvs2_coefficients()
153 memcpy(ver_coefs_odd_imag, params->dvs2_coefs.ver_coefs.odd_imag, in ia_css_get_isp_dvs2_coefficients()
167 dvs2_coefs->hor_coefs.odd_imag = NULL; in ia_css_sdis2_clear_coefficients()
171 dvs2_coefs->ver_coefs.odd_imag = NULL; in ia_css_sdis2_clear_coefficients()
215 assert(host_stats->hor_prod.odd_imag); in ia_css_translate_dvs2_statistics()
219 assert(host_stats->ver_prod.odd_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()
229 host_stats->ver_prod.odd_real, host_stats->ver_prod.odd_imag, in ia_css_translate_dvs2_statistics()
248 memcpy(host_stats->hor_prod.odd_imag + dst_offset, in ia_css_translate_dvs2_statistics()
[all …]
A Dia_css_sdis2_types.h35 s16 *odd_imag; /** imaginary part of the odd coefficients*/ member
58 s32 *odd_imag; /** imaginary part of the odd statistics*/ member
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/
A Datomisp_compat_ioctl32.h33 compat_uptr_t odd_imag; /** imaginary part of the odd statistics*/ member
40 compat_uptr_t odd_imag; /** imaginary part of the odd coefficients*/ member
A Dsh_css_params.c4268 sizeof(*me->hor_prod.odd_imag), in ia_css_dvs2_statistics_allocate()
4270 if (!me->hor_prod.odd_imag) in ia_css_dvs2_statistics_allocate()
4296 sizeof(*me->ver_prod.odd_imag), in ia_css_dvs2_statistics_allocate()
4298 if (!me->ver_prod.odd_imag) in ia_css_dvs2_statistics_allocate()
4326 kvfree(me->hor_prod.odd_imag); in ia_css_dvs2_statistics_free()
4330 kvfree(me->ver_prod.odd_imag); in ia_css_dvs2_statistics_free()
4357 sizeof(*me->hor_coefs.odd_imag), in ia_css_dvs2_coefficients_allocate()
4359 if (!me->hor_coefs.odd_imag) in ia_css_dvs2_coefficients_allocate()
4383 if (!me->ver_coefs.odd_imag) in ia_css_dvs2_coefficients_allocate()
4409 kvfree(me->hor_coefs.odd_imag); in ia_css_dvs2_coefficients_free()
[all …]
A Datomisp_compat_css20.c3127 !coefs->hor_coefs.odd_imag || in atomisp_css_set_dis_coefs()
3131 !coefs->ver_coefs.odd_imag || in atomisp_css_set_dis_coefs()
3135 !asd->params.css_param.dvs2_coeff->hor_coefs.odd_imag || in atomisp_css_set_dis_coefs()
3139 !asd->params.css_param.dvs2_coeff->ver_coefs.odd_imag || in atomisp_css_set_dis_coefs()
3148 coefs->hor_coefs.odd_imag, asd->params.dvs_hor_coef_bytes)) in atomisp_css_set_dis_coefs()
3533 !asd->params.dvs_stat->hor_prod.odd_imag || in atomisp_css_get_dis_stat()
3537 !asd->params.dvs_stat->ver_prod.odd_imag || in atomisp_css_get_dis_stat()
3580 if (copy_to_user(stats->dvs2_stat.ver_prod.odd_imag, in atomisp_css_get_dis_stat()
3581 asd->params.dvs_stat->ver_prod.odd_imag, in atomisp_css_get_dis_stat()
3596 if (copy_to_user(stats->dvs2_stat.hor_prod.odd_imag, in atomisp_css_get_dis_stat()
[all …]
A Datomisp_cmd.c3153 !coefs->hor_coefs.odd_imag || in atomisp_css_cp_dvs2_coefs()
3157 !coefs->ver_coefs.odd_imag || in atomisp_css_cp_dvs2_coefs()
3173 copy_from_compatible(css_param->dvs2_coeff->hor_coefs.odd_imag, in atomisp_css_cp_dvs2_coefs()
3174 coefs->hor_coefs.odd_imag, dvs_hor_coef_bytes, from_user) || in atomisp_css_cp_dvs2_coefs()
3181 copy_from_compatible(css_param->dvs2_coeff->ver_coefs.odd_imag, in atomisp_css_cp_dvs2_coefs()
3182 coefs->ver_coefs.odd_imag, dvs_ver_coef_bytes, from_user) || in atomisp_css_cp_dvs2_coefs()
3209 !dvs2_coefs.hor_coefs.odd_imag || in atomisp_css_cp_dvs2_coefs()
3213 !dvs2_coefs.ver_coefs.odd_imag || in atomisp_css_cp_dvs2_coefs()
3229 copy_from_compatible(css_param->dvs2_coeff->hor_coefs.odd_imag, in atomisp_css_cp_dvs2_coefs()
3230 dvs2_coefs.hor_coefs.odd_imag, dvs_hor_coef_bytes, from_user) || in atomisp_css_cp_dvs2_coefs()
[all …]
/linux-6.3-rc2/drivers/staging/media/atomisp/include/linux/
A Datomisp.h215 short __user *odd_imag; /** imaginary part of the odd coefficients*/ member
226 int __user *odd_imag; /** imaginary part of the odd statistics*/ member

Completed in 34 milliseconds