Opened 8 years ago Closed 8 years ago #1459 closed defect (fixed)HM SW apply SAO filter to CU encoded in palette mode even if cu_transquant_bypass_flag is equal to 1
Description
According to 8.7.3.2. “Coding tree block modification process” SAO filtering should be disabled for current CU if cu_transquant_bypass_flag is equal to 1 regardless of CU encoding mode:
HEVC SCC Spec:
If one or more of the following conditions are true, saoPicture[ xSi ][ ySj ] is not modified:
HM decoder (encoder) performs SAO filtering for CU encoded in palette mode even if cu_transquant_bypass_flag is equal to 1. (see function xPCMSampleRestoration which restored pixels in case of PCM or if cu_transquant_bypass_flag is equal to 1)
HM code:
Void TComSampleAdaptiveOffset::xPCMSampleRestoration (TComDataCU* pcCU, UInt uiAbsZorderIdx, UInt uiDepth, const ComponentID compID)
Change History (1)comment:1 Changed 8 years ago by libin
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
fixed in r4825.