PDK API Guide for J721E
Rfe_DpcLutConfig Struct Reference

Detailed Description

DPC Lut configuration Structure When both DPC LUT and DPC OTF are enabled, this DPC LUT gets applied first. At max, 256 defective pixels can be corrected using DPC LUT. Used when exact location of the (typically manufacturing )defective pixels are known.

Data Fields

uint32_t enable
 
uint32_t isReplaceWhite
 
uint32_t table [RFE_DPC_LUT_SIZE]
 
uint32_t maxDefectPixels
 

Field Documentation

◆ enable

uint32_t Rfe_DpcLutConfig::enable

Flag to enable/disable DPC Lut module TRUE: Enable this module FALSE: Disables this module When module disabled, it does not update Lut

◆ isReplaceWhite

uint32_t Rfe_DpcLutConfig::isReplaceWhite

When correction method is selected as 0 (replace with white or black color) in LUT, This flag is used to select black or white color TRUE: Replace defect pixel with white color FALSE: Replace detect pixel with black color

◆ table

uint32_t Rfe_DpcLutConfig::table[RFE_DPC_LUT_SIZE]

Table containing defect pixel x and y position and correction method

◆ maxDefectPixels

uint32_t Rfe_DpcLutConfig::maxDefectPixels

Maximum number of detective pixels, ie size of array table must be less than RFE_DPC_LUT_SIZE