Ignore:
Timestamp:
13 Mar 2013, 19:03:51 (12 years ago)
Author:
interdigital
Message:

add RAP_MFM_INIT to initialize MFM when BL picture is RAP picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.cpp

    r76 r84  
    20932093#if REF_IDX_MFM
    20942094    assert(iRefPicNum == 1);
     2095#if RAP_MFM_INIT
     2096    if(!(getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA && getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA))
     2097#else
    20952098    if( getPOC() != 0 )
     2099#endif
    20962100    {
    20972101      pIlpPicList[0]->copyUpsampledMvField(getBaseColPic());
    20982102    }
     2103#if RAP_MFM_INIT
     2104    else
     2105    {
     2106      pIlpPicList[0]->initUpsampledMvField();
     2107    }
     2108#endif
    20992109#endif
    21002110    //add to list 0;
Note: See TracChangeset for help on using the changeset viewer.