TIOVX User Guide
|
The remap params structure used by the TIVX_KERNEL_VPAC_LDC kernel. Passed as argument to TIVX_VPAC_LDC_CMD_SET_BIT_DEPTH_CONV_LUT_PARAMS command. Used to set Remap/Tone Map Lut in LDC. More...
#include <hwa_vpac_ldc.h>
Data Fields | |
uint32_t | input_bits |
uint32_t | output_bits |
uint16_t | lut [TIVX_VPAC_LDC_BIT_DEPTH_CONV_LUT_SIZE] |
The remap params structure used by the TIVX_KERNEL_VPAC_LDC kernel. Passed as argument to TIVX_VPAC_LDC_CMD_SET_BIT_DEPTH_CONV_LUT_PARAMS command. Used to set Remap/Tone Map Lut in LDC.
Definition at line 350 of file hwa_vpac_ldc.h.
uint32_t tivx_vpac_ldc_bit_depth_conv_lut_params_t::input_bits |
Number of input bits to remap/tone map module. [Range (8 - 12)]
Definition at line 354 of file hwa_vpac_ldc.h.
uint32_t tivx_vpac_ldc_bit_depth_conv_lut_params_t::output_bits |
Number of output bits from remap/tone map module. [Range (8 - 12)]
Definition at line 358 of file hwa_vpac_ldc.h.
uint16_t tivx_vpac_ldc_bit_depth_conv_lut_params_t::lut[TIVX_VPAC_LDC_BIT_DEPTH_CONV_LUT_SIZE] |
513 entry tone mapping curve
Definition at line 361 of file hwa_vpac_ldc.h.