TIOVX User Guide

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

#include <hwa_vpac_nf.h>

Data Fields

tivx_vpac_nf_common_params_t params
 
uint16_t adaptive_mode
 
uint16_t sub_table_select
 

Detailed Description

The configuration data structure used by the TIVX_KERNEL_VPAC_NF_BILATERAL kernel.

Definition at line 147 of file hwa_vpac_nf.h.

Field Documentation

◆ params

tivx_vpac_nf_common_params_t tivx_vpac_nf_bilateral_params_t::params

Common parameters for configuring vpac nf

Definition at line 148 of file hwa_vpac_nf.h.

◆ adaptive_mode

uint16_t tivx_vpac_nf_bilateral_params_t::adaptive_mode

Adaptive mode 0: disabled, 1: enabled Adaptive mode is when the sub-table sigma is automatically chosen on a per-pixel basis based on the average intensity of local 4x4 neighborhood of the center pixel.

Definition at line 153 of file hwa_vpac_nf.h.

◆ sub_table_select

uint16_t tivx_vpac_nf_bilateral_params_t::sub_table_select

If adaptive_mode == 0, selects which sub-table to use [0 - 7]

Definition at line 154 of file hwa_vpac_nf.h.


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