Ignore:
Timestamp:
18 Jun 2013, 13:57:03 (12 years ago)
Author:
nokia
Message:

JCTVC-M0457: Prediction indications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r289 r290  
    864864#endif
    865865#endif
     866#if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS
     867  WRITE_UVLC( vps->getDirectDepTypeLen()-2,                           "direct_dep_type_len_minus2");
     868  for(i = 1; i < vps->getMaxLayers(); i++)
     869  {
     870    for(j = 0; j < i; j++)
     871    {
     872      if (vps->getDirectDependencyFlag(i, j))
     873      {
     874        WRITE_CODE( vps->getDirectDependencyType(i, j), vps->getDirectDepTypeLen(), "direct_dependency_type[i][j]" );
     875      }
     876    }
     877  }
     878#endif
    866879}
    867880#endif
Note: See TracChangeset for help on using the changeset viewer.