Changeset 1025 in 3DVCSoftware for branches/HTM-11.2-dev2-Samsung/source/Lib/TLibDecoder
- Timestamp:
- 29 Jul 2014, 04:18:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev2-Samsung/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1024 r1025 1777 1777 #if MTK_I0099_VPS_EX2 1778 1778 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 1779 1782 #endif 1780 1783 if( !( pcVPS->getDepthId( i ) == 1 ) ) … … 1884 1887 READ_UVLC (uiCode, "log2_sub_PU_MPI_size_minus3"); pcVPS->setSubPUMPILog2Size( uiCode + 3 ); 1885 1888 #endif 1889 #if !SEC_HLS_CLEANUP_I0100 1886 1890 READ_FLAG( uiCode, "iv_mv_scaling_flag"); pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false ); 1891 #endif 1887 1892 } 1888 1893 #endif … … 2485 2490 } 2486 2491 #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 2487 2495 else if( rpcSlice->getViewIndex() && ( rpcSlice->getSliceType() == P_SLICE || rpcSlice->getSliceType() == B_SLICE ) && !rpcSlice->getIsDepth()) 2496 #endif 2488 2497 { 2489 2498 UInt uiCodeTmp = 0;
Note: See TracChangeset for help on using the changeset viewer.