Changeset 730 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
23 Apr 2014, 23:16:15 (12 years ago)
Author:
seregin
Message:

fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCu.cpp

    r726 r730  
    696696#if (ENCODER_FAST_MODE)
    697697        if( rpcBestCU->getSlice()->getSliceType() == I_SLICE ||
    698           rpcBestCU->getPredictionMode(0) == SIZE_NONE ||  // if there is no valid inter prediction
     698          rpcBestCU->getPredictionMode(0) == MODE_NONE ||  // if there is no valid inter prediction
    699699          !testInter ||
    700700          rpcBestCU->getCbf( 0, TEXT_LUMA     ) != 0   ||
Note: See TracChangeset for help on using the changeset viewer.