Ignore:
Timestamp:
9 Nov 2012, 12:46:33 (14 years ago)
Author:
tech
Message:

Incorporated FIX_LGE_IVMP_PARALLEL_MERGE_B0136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev1-HHI/source/Lib/TLibCommon/TComDataCU.cpp

    r169 r173  
    57115711#if LGE_DVMCP
    57125712#if QC_SIMPLE_NBDV_B0047
     5713#if FIX_LGE_IVMP_PARALLEL_MERGE_B0136
     5714      getDisMvpCand2(uiPartIdx, uiPartAddr, &cDisInfo, false);
     5715#else
    57135716      getDisMvpCand2(uiPartIdx, uiPartAddr, &cDisInfo);
     5717#endif
    57145718#else
    57155719      getDisMvpCand2(uiPartIdx, uiPartAddr, &cDisInfo, false, eRefPicList, iRefIdx );
     
    57675771#if LGE_DVMCP
    57685772#if QC_SIMPLE_NBDV_B0047
     5773#if FIX_LGE_IVMP_PARALLEL_MERGE_B0136
     5774    getDisMvpCand2(uiPartIdx, uiPartAddr, &cDisInfo, false);
     5775#else
    57695776    getDisMvpCand2(uiPartIdx, uiPartAddr, &cDisInfo);
     5777#endif
    57705778#else
    57715779    getDisMvpCand2(uiPartIdx, uiPartAddr, &cDisInfo, false, eRefPicList, iRefIdx );
     
    76537661#if LGE_DVMCP
    76547662#if QC_SIMPLE_NBDV_B0047
     7663#if FIX_LGE_IVMP_PARALLEL_MERGE_B0136
     7664  getDisMvpCand2( 0, 0,  &cDisInfo, false);
     7665#else
    76557666  getDisMvpCand2( 0, 0,  &cDisInfo);
     7667#endif
    76567668#else
    76577669  getDisMvpCand2( 0, 0,  &cDisInfo, true );
Note: See TracChangeset for help on using the changeset viewer.