![]() |
TIOVX User Guide
|
The input config data structure used by the TIVX_KERNEL_VPAC_MSC kernel. More...
#include <hwa_vpac_msc.h>
Data Fields | |
uint32_t | kern_sz |
uint32_t | src_ln_inc_2 |
uint32_t | input_align_12bit |
uint32_t | yc_mode |
The input config data structure used by the TIVX_KERNEL_VPAC_MSC kernel.
Definition at line 348 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_input_params_t::kern_sz |
kernel size [Range (3 - 5)]
Definition at line 350 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_input_params_t::src_ln_inc_2 |
0: Off, 1: vertical skip input lines (LSE)
Definition at line 352 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_input_params_t::input_align_12bit |
Optional: When input 16-bit unpacked, alignment of 12-bit pixel, 0: LSB, 1:MSB
Definition at line 355 of file hwa_vpac_msc.h.
uint32_t tivx_vpac_msc_input_params_t::yc_mode |
When input format is NV12 and output format is U8, this flag indicates which plane(chroma or luma) is scaled for all outputs 0: Luma only mode, 1: Chroma Only mode TIVX_VPAC_MSC_MODE_LUMA_ONLY, TIVX_VPAC_MSC_MODE_CHROMA_ONLY macros
Definition at line 360 of file hwa_vpac_msc.h.