Ignore:
Timestamp:
21 Oct 2013, 21:26:44 (11 years ago)
Author:
tech
Message:

Fixed minor issues, introduced by update.

Location:
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncCu.cpp

    r653 r654  
    10041004#endif
    10051005        // do normal intra modes
    1006 #if H_3D_DIM_ENC
    1007         if (( rpcBestCU->getSlice()->getIsDepth() && rpcBestCU->getSlice()->isIRAP() ) )
    1008         {
    1009 #endif
    1010        
     1006       
    10111007          // speedup for inter frames
    10121008          if( rpcBestCU->getSlice()->getSliceType() == I_SLICE ||
     
    10601056            }
    10611057          }
    1062 #if H_3D_DIM_ENC
    1063         }
    1064 #endif
    10651058        // test PCM
    10661059        if(pcPic->getSlice(0)->getSPS()->getUsePCM()
  • branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncTop.cpp

    r653 r654  
    12201220    }
    12211221  }
    1222 #if H_MV
    1223   }
    1224 #endif
    12251222  if(POCCurr == 1 && slice->getPic()->isField())
    12261223  {
     
    12301227  slice->setRPS(getSPS()->getRPSList()->getReferencePictureSet(slice->getRPSidx()));
    12311228  slice->getRPS()->setNumberOfPictures(slice->getRPS()->getNumberOfNegativePictures()+slice->getRPS()->getNumberOfPositivePictures());
     1229#if H_MV
     1230  }
     1231#endif
     1232
    12321233}
    12331234
Note: See TracChangeset for help on using the changeset viewer.