Changeset 730 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 23 Apr 2014, 23:16:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCu.cpp
r726 r730 696 696 #if (ENCODER_FAST_MODE) 697 697 if( rpcBestCU->getSlice()->getSliceType() == I_SLICE || 698 rpcBestCU->getPredictionMode(0) == SIZE_NONE || // if there is no valid inter prediction698 rpcBestCU->getPredictionMode(0) == MODE_NONE || // if there is no valid inter prediction 699 699 !testInter || 700 700 rpcBestCU->getCbf( 0, TEXT_LUMA ) != 0 ||
Note: See TracChangeset for help on using the changeset viewer.