Holds the TNR3 initialization parameters.
Definition at line 460 of file nvmedia_ldc.h.
Data Fields | |
uint32_t | spatialSigmaLuma |
Holds the sigma of the luma for spatial filter. More... | |
uint32_t | spatialSigmaChroma |
Holds the sigma of the chroma for spatial filter. More... | |
uint32_t | rangeSigmaLuma |
Holds the sigma of the luma for range filter. More... | |
uint32_t | rangeSigmaChroma |
Holds the sigma of the chroma for range filter. More... | |
float | sadMultiplier |
Holds the SAD multiplier parameter. More... | |
float | sadWeightLuma |
Holds the weight of luma when calculating SAD. More... | |
bool | alphaSmoothEnable |
Holds a flag which enables or disables the spatial alpha smooth. More... | |
float | alphaIncreaseCap |
Holds the temporal alpha restrict increase capablility. More... | |
float | alphaScaleIIR |
Holds the alpha scale IIR for strength. More... | |
float | alphaMaxLuma |
Holds the max luma value in Alpha Clip Calculation. More... | |
float | alphaMinLuma |
Holds the min luma value in Alpha Clip Calculation. More... | |
float | alphaMaxChroma |
Holds the max chroma value in Alpha Clip Calculation. More... | |
float | alphaMinChroma |
Holds the min chroma value in Alpha Clip Calculation. More... | |
float | betaX1 |
Holds parameter BetaX1 in Beta Calculation. More... | |
float | betaX2 |
Holds parameter BetaX2 in Beta Calculation. More... | |
float | maxBeta |
Holds parameter MaxBeta threshold in Beta Calculation. More... | |
float | minBeta |
Holds parameter BetaX2 in Beta Calculation. More... | |
float NvMediaLdcTnrParameters::alphaIncreaseCap |
Holds the temporal alpha restrict increase capablility.
Definition at line 484 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::alphaMaxChroma |
Holds the max chroma value in Alpha Clip Calculation.
Definition at line 496 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::alphaMaxLuma |
Holds the max luma value in Alpha Clip Calculation.
Definition at line 490 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::alphaMinChroma |
Holds the min chroma value in Alpha Clip Calculation.
Definition at line 499 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::alphaMinLuma |
Holds the min luma value in Alpha Clip Calculation.
Definition at line 493 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::alphaScaleIIR |
Holds the alpha scale IIR for strength.
Definition at line 487 of file nvmedia_ldc.h.
bool NvMediaLdcTnrParameters::alphaSmoothEnable |
Holds a flag which enables or disables the spatial alpha smooth.
Definition at line 481 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::betaX1 |
Holds parameter BetaX1 in Beta Calculation.
Definition at line 502 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::betaX2 |
Holds parameter BetaX2 in Beta Calculation.
Definition at line 505 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::maxBeta |
Holds parameter MaxBeta threshold in Beta Calculation.
Definition at line 508 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::minBeta |
Holds parameter BetaX2 in Beta Calculation.
Definition at line 510 of file nvmedia_ldc.h.
uint32_t NvMediaLdcTnrParameters::rangeSigmaChroma |
Holds the sigma of the chroma for range filter.
Definition at line 472 of file nvmedia_ldc.h.
uint32_t NvMediaLdcTnrParameters::rangeSigmaLuma |
Holds the sigma of the luma for range filter.
Definition at line 469 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::sadMultiplier |
Holds the SAD multiplier parameter.
Definition at line 475 of file nvmedia_ldc.h.
float NvMediaLdcTnrParameters::sadWeightLuma |
Holds the weight of luma when calculating SAD.
Definition at line 478 of file nvmedia_ldc.h.
uint32_t NvMediaLdcTnrParameters::spatialSigmaChroma |
Holds the sigma of the chroma for spatial filter.
Definition at line 466 of file nvmedia_ldc.h.
uint32_t NvMediaLdcTnrParameters::spatialSigmaLuma |
Holds the sigma of the luma for spatial filter.
Definition at line 463 of file nvmedia_ldc.h.