Changeset 1311 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibCommon
- Timestamp:
- 11 Aug 2015, 17:07:56 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev1/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComRom.cpp
r1309 r1311 551 551 Bool g_decTraceMvFromMerge = false; 552 552 Bool g_decTracePicOutput = false; 553 Bool g_startStopTrace = true;554 Bool g_outputPos = false; 553 Bool g_startStopTrace = false; 554 Bool g_outputPos = false; 555 555 Bool g_traceCameraParameters = false; 556 556 Bool g_encNumberOfWrittenBits = false; … … 691 691 << std::endl; 692 692 } 693 694 693 Bool startTrace = false; 695 694 if ( g_startStopTrace && poc == 0 && layerId == 0 ) … … 707 706 g_traceCopyBack = false; 708 707 } 709 710 708 Bool stopTrace = false; 711 709 if ( g_startStopTrace && poc == 0 && layerId == 0 ) … … 767 765 } 768 766 } 769 770 767 Void prinStrIncIndent( Bool b, std::string strStr ) 771 768 { … … 779 776 } 780 777 } 781 782 778 Void decIndent( Bool b ) 783 779 { … … 787 783 } 788 784 } 789 790 785 #endif 791 786 #endif -
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComSlice.cpp
r1305 r1311 3905 3905 if ( g_traceCameraParameters ) 3906 3906 { 3907 std::cout << std::endl <<"Cp: " << codScale [ iInVoi ] << " " << codOffset[ iInVoi ] << " "3908 << invCodScale[ iInVoi ] << " " << invCodOffset[ iInVoi ] << " " << log2Div ;3907 std::cout << "Cp: " << codScale [ iInVoi ] << " " << codOffset[ iInVoi ] << " " 3908 << invCodScale[ iInVoi ] << " " << invCodOffset[ iInVoi ] << " " << log2Div << std::endl ; 3909 3909 } 3910 3910 #endif -
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComSlice.h
r1310 r1311 2948 2948 Void setCamparaSlice ( Int** aaiScale = 0, Int** aaiOffset = 0 ); 2949 2949 2950 IntAry1d getCodedScale () 2951 IntAry1d getCodedOffset () 2952 IntAry1d getInvCodedScale () 2953 IntAry1d getInvCodedOffset () 2950 IntAry1d getCodedScale () const { return m_aaiCodedScale [0]; } 2951 IntAry1d getCodedOffset () const { return m_aaiCodedOffset[0]; } 2952 IntAry1d getInvCodedScale () const { return m_aaiCodedScale [1]; } 2953 IntAry1d getInvCodedOffset () const { return m_aaiCodedOffset[1]; } 2954 2954 2955 2955 Void setCpScale( Int j, Int val ) { m_aaiCodedScale[0][j] = val; } -
branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TypeDef.h
r1310 r1311 67 67 #if NH_MV 68 68 69 #define NH_3D_FIX_TICKET_101 ( 1 && NH_3D_VER141_DEC_COMP_FLAG ) // Camera parameters for depth 69 70 #define NH_MV_FIX_TICKET_105 1 // layer_set_idx_for_ols_minus1 length 70 71 #define NH_3D_FIX_TICKET_98 1 // Writing of depth intra skip flag
Note: See TracChangeset for help on using the changeset viewer.