TI J721E Imaging User Guide
tivx_vpac_msc_single_phase_params_t Struct Reference

Detailed Description

The configuration data structure used by the TIVX_KERNEL_VPAC_MSC kernel.

Data Fields

uint32_t horz_coef_src
 
uint32_t horz_coef_sel
 
uint32_t vert_coef_src
 
uint32_t vert_coef_sel
 

Field Documentation

◆ horz_coef_src

uint32_t tivx_vpac_msc_single_phase_params_t::horz_coef_src

Single-phase horizontal filter coefficient source 0 : Use one of the dedicated single-phase coefficient sets 1 : Use one of the phases from the multi-phase coefficient set 0 (specified using 'horz_coef_sel')

◆ horz_coef_sel

uint32_t tivx_vpac_msc_single_phase_params_t::horz_coef_sel

Single-phase horizontal filter coefficient selection if (horz_coef_src == 0) Choose which single-phase coefficient set to use [Range (0-1)] else Choose which phase to use among multi-phase coefficient set 0 [Range (0-31)]

◆ vert_coef_src

uint32_t tivx_vpac_msc_single_phase_params_t::vert_coef_src

Single-phase vertical filter coefficient source 0 : Use one of the dedicated single-phase coefficient sets 1 : Use one of the phases from the multi-phase coefficient set 0 (specified using 'vert_coef_sel')

◆ vert_coef_sel

uint32_t tivx_vpac_msc_single_phase_params_t::vert_coef_sel

Single-phase vertical filter coefficient selection if (vert_coef_src == 0) Choose which single-phase coefficient set to use [Range (0-1)] else Choose which phase to use among multi-phase coefficient set 0 [Range (0-31)]