Changeset 1158 in 3DVCSoftware for branches/HTM-13.1-dev2-Sony/source/App/TAppEncoder
- Timestamp:
- 3 Mar 2015, 10:44:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev2-Sony/source/App/TAppEncoder/TAppEncCfg.cpp
r1157 r1158 1587 1587 xConfirmPara( m_bipredSearchRange < 0 , "Search Range must be more than 0" ); 1588 1588 #ifdef SONY_MV_V_CONST_C0078 1589 xConfirmPara( m_iVerticalDisparitySearchRange < 0 , "Vertical Disparity Search Range must be more than 0" );1589 xConfirmPara( m_iVerticalDisparitySearchRange <= 0 , "Vertical Disparity Search Range must be more than 0" ); 1590 1590 #endif 1591 1591 xConfirmPara( m_iMaxDeltaQP > 7, "Absolute Delta QP exceeds supported range (0 to 7)" );
Note: See TracChangeset for help on using the changeset viewer.