Ticket #3: TEncSearch-compilation-fix.patch

File TEncSearch-compilation-fix.patch, 823 bytes (added by gordon, 9 years ago)

asserts doFastSearch is true, and deletes else case.

  • C:/users/gordon/work/hmkta/local/HMKTA/source/Lib/TLibEncoder/TEncSearch.cpp

     
    30033003#endif
    30043004
    30053005    Bool doFastSearch = (numModesForFullRD != numModesAvailable);
     3006    assert(doFastSearch);
    30063007    if (doFastSearch)
    30073008    {
    30083009      assert(numModesForFullRD < numModesAvailable);
     
    31373138      }
    31383139#endif // FAST_UDI_USE_MPM
    31393140    }
    3140     else
    3141     {
    3142       for( Int i=0; i < numModesForFullRD; i++)
    3143       {
    3144         uiRdModeList[i] = i;
    3145       }
    3146     }
    31473141#if QC_EMT_INTRA
    31483142    if( ucEmtUsageFlag==1 )
    31493143    {