Changeset 830 in 3DVCSoftware


Ignore:
Timestamp:
6 Feb 2014, 00:00:09 (11 years ago)
Author:
qualcomm
Message:

Fix of one potential encoder bug for JCT3V-G0130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev3-Fix/source/Lib/TLibEncoder/TEncSearch.cpp

    r824 r830  
    22172217    m_pcEntropyCoder->encodePredMode( pcCU, 0, true );
    22182218  }
    2219 
     2219#if QC_SDC_UNIFY_G0130_FIX
     2220  m_pcEntropyCoder->encodePartSize( pcCU, 0, pcCU->getDepth( 0 ), true );
     2221#else
    22202222  m_pcEntropyCoder->encodePartSize( pcCU, 0, true );
     2223#endif
    22212224  m_pcEntropyCoder->encodeSDCFlag( pcCU, 0, true );
    22222225#else
Note: See TracChangeset for help on using the changeset viewer.