Ignore:
Timestamp:
29 Jul 2014, 04:18:55 (10 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-I0100: vps_extension2 and slice_segment_header clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev2-Samsung/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1024 r1025  
    17771777#if MTK_I0099_VPS_EX2
    17781778      READ_FLAG( uiCode, "iv_mv_pred_flag[i]");          pcVPS->setIvMvPredFlag         ( i, uiCode == 1 ? true : false );
     1779#if SEC_HLS_CLEANUP_I0100
     1780      READ_FLAG( uiCode, "iv_mv_scaling_flag[i]");       pcVPS->setIvMvScalingFlag         ( i, uiCode == 1 ? true : false );
     1781#endif
    17791782#endif
    17801783      if( !( pcVPS->getDepthId( i ) == 1 ) )
     
    18841887  READ_UVLC (uiCode, "log2_sub_PU_MPI_size_minus3");              pcVPS->setSubPUMPILog2Size( uiCode + 3 );
    18851888#endif
     1889#if !SEC_HLS_CLEANUP_I0100
    18861890  READ_FLAG( uiCode, "iv_mv_scaling_flag");                       pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false );
     1891#endif
    18871892}
    18881893#endif
     
    24852490    }
    24862491#if H_3D_IC
     2492#if SEC_HLS_CLEANUP_I0100
     2493    else if( rpcSlice->getViewIndex() && ( rpcSlice->getSliceType() == P_SLICE || rpcSlice->getSliceType() == B_SLICE ) && !rpcSlice->getIsDepth() && vps->getNumDirectRefLayers( layerId ) > 0 )
     2494#else
    24872495    else if( rpcSlice->getViewIndex() && ( rpcSlice->getSliceType() == P_SLICE || rpcSlice->getSliceType() == B_SLICE ) && !rpcSlice->getIsDepth())
     2496#endif
    24882497    {
    24892498      UInt uiCodeTmp = 0;
Note: See TracChangeset for help on using the changeset viewer.