Ignore:
Timestamp:
12 Feb 2014, 20:30:47 (11 years ago)
Author:
tech
Message:

Further fix to braces. Aligned Intra reconstruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncSearch.cpp

    r845 r847  
    58035803      dCostBest        = dCost;
    58045804      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 ] );
    58075806    }
    58085807#if H_3D_VSO // M21
     
    58145813    }
    58155814#endif
    5816  
     5815  }
    58175816  assert ( dCostBest != MAX_DOUBLE );
    58185817 
Note: See TracChangeset for help on using the changeset viewer.