Ignore:
Timestamp:
26 Jan 2013, 19:36:53 (12 years ago)
Author:
mitsubishi-htm
Message:

-Integration of JCT3V-C0152 & JCT3V-C0131
-This check-in enable C0131 only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev3-MERL/source/Lib/TLibEncoder/TEncSbac.cpp

    r210 r231  
    12771277      xWriteUnaryMaxSymbol( iRefFrame - 1, pCtx + 1, 1, pcCU->getSlice()->getNumRefIdx( REF_PIC_LIST_C )-2 );
    12781278    }
     1279#if MERL_VSP_C0152
     1280    else if (iRefFrame < 0) // NOT_VALID
     1281    {
     1282      assert(0);
     1283    }
     1284#endif
    12791285  }
    12801286  else
     
    12881294      xWriteUnaryMaxSymbol( iRefFrame - 1, pCtx + 1, 1, pcCU->getSlice()->getNumRefIdx( eRefList )-2 );
    12891295    }
     1296#if MERL_VSP_C0152
     1297    else if (iRefFrame < 0) // NOT_VALID
     1298    {
     1299      assert(0);
     1300    }
     1301#endif
    12901302  }
    12911303  return;
Note: See TracChangeset for help on using the changeset viewer.