TIOVX User Guide
|
The configuration data structure used by the TIVX_KERNEL_VPAC_NF_GENERIC and TIVX_KERNEL_VPAC_NF_BILATERAL kernels. More...
#include <hwa_vpac_nf.h>
Data Fields | |
uint16_t | input_interleaved |
int16_t | output_downshift |
uint16_t | output_offset |
uint16_t | output_pixel_skip |
uint16_t | output_pixel_skip_odd |
uint16_t | kern_ln_offset |
uint16_t | kern_sz_height |
uint16_t | src_ln_inc_2 |
The configuration data structure used by the TIVX_KERNEL_VPAC_NF_GENERIC and TIVX_KERNEL_VPAC_NF_BILATERAL kernels.
Definition at line 131 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::input_interleaved |
0: NonInterleaved input mode; 1: Interleaved input mode (i.e. chroma plane of NV12)
Definition at line 132 of file hwa_vpac_nf.h.
int16_t tivx_vpac_nf_common_params_t::output_downshift |
Indicates the down-shift value to apply to the output before offset [Range (-8) - 7]
Definition at line 133 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::output_offset |
Indicates the offset value to add after shift [Range (0 - 4095)]
Definition at line 134 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::output_pixel_skip |
Horizontal output pixel skipping 0: disabled, 1: enabled
Definition at line 135 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::output_pixel_skip_odd |
If outputPixelSkip == 1, then skip 0: even pixel, 1: odd pixel
Definition at line 136 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::kern_ln_offset |
kernel line offset [Range (0 - 4)] (LSE)
Definition at line 137 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::kern_sz_height |
kernel height [Range (1 - 5)] (LSE)
Definition at line 138 of file hwa_vpac_nf.h.
uint16_t tivx_vpac_nf_common_params_t::src_ln_inc_2 |
0: Off, 1: vertical skip input lines (LSE)
Definition at line 139 of file hwa_vpac_nf.h.