Skip to content

Commit

Permalink
[VP] VP TGNE DN Cmodel match bug fix
Browse files Browse the repository at this point in the history
VP TGNE DN Cmodel match bug fix.
  • Loading branch information
VickyZengg authored and intel-mediadev committed Jun 4, 2024
1 parent bb85fe5 commit f14159d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ struct VP_PACKET_SHARED_CONTEXT
{
bool bTgneFirstFrame = true;
bool bTgneEnable = false;
bool previousFallback = false;
uint32_t tgneFrame = 0;
uint32_t lumaStadTh = 3200;
uint32_t chromaStadTh = 1600;
uint32_t dw4X4TGNEThCnt = 576;
Expand All @@ -40,6 +42,7 @@ struct VP_PACKET_SHARED_CONTEXT
uint32_t globalNoiseLevel_Temporal = 0; //!< Global Temporal Noise Level for Y
uint32_t globalNoiseLevelU_Temporal = 0; //!< Global Temporal Noise Level for U
uint32_t globalNoiseLevelV_Temporal = 0; //!< Global Temporal Noise Level for V
uint32_t globalNoiseLevel_Spatial = 0; //!< Global Spatial Noise Level for Y
uint32_t globalNoiseLevelU_Spatial = 0; //!< Global Spatial Noise Level for U
uint32_t globalNoiseLevelV_Spatial = 0; //!< Global Spatial Noise Level for V
} tgneParams;
Expand Down

0 comments on commit f14159d

Please sign in to comment.