TIOVX User Guide
tivx_vpac_msc_single_phase_params_t Struct Reference

The configuration data structure used by the TIVX_KERNEL_VPAC_MSC kernel. More...

#include <hwa_vpac_msc.h>

Data Fields

uint32_t horz_coef_src
 
uint32_t horz_coef_sel
 
uint32_t vert_coef_src
 
uint32_t vert_coef_sel
 

Detailed Description

The configuration data structure used by the TIVX_KERNEL_VPAC_MSC kernel.

Definition at line 211 of file hwa_vpac_msc.h.

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')

Definition at line 217 of file hwa_vpac_msc.h.

◆ 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)]

Definition at line 225 of file hwa_vpac_msc.h.

◆ 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')

Definition at line 231 of file hwa_vpac_msc.h.

◆ 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)]

Definition at line 239 of file hwa_vpac_msc.h.


The documentation for this struct was generated from the following file: