Changeset 847 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncSearch.cpp
- Timestamp:
- 12 Feb 2014, 20:30:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncSearch.cpp
r845 r847 5803 5803 dCostBest = dCost; 5804 5804 qpBest = qp; 5805 m_pcRDGoOnSbacCoder->store( m_pppcRDSbacCoder[ pcCU->getDepth( 0 ) ][ CI_TEMP_BEST ] ); 5806 } 5805 m_pcRDGoOnSbacCoder->store( m_pppcRDSbacCoder[ pcCU->getDepth( 0 ) ][ CI_TEMP_BEST ] ); 5807 5806 } 5808 5807 #if H_3D_VSO // M21 … … 5814 5813 } 5815 5814 #endif 5816 5815 } 5817 5816 assert ( dCostBest != MAX_DOUBLE ); 5818 5817
Note: See TracChangeset for help on using the changeset viewer.