Changeset 1228 in 3DVCSoftware for branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibEncoder
- Timestamp:
- 24 May 2015, 18:07:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
r1222 r1228 596 596 if( rpcTempCU->getSlice()->getVPS()->getIvMvPredFlag(rpcTempCU->getSlice()->getLayerId()) ) 597 597 #else 598 #if NH_3D_DBBP 599 if( rpcTempCU->getSlice()->getDepthBasedBlkPartFlag() ) 600 #else 598 601 if (0) 602 #endif 599 603 #endif 600 604 #endif … … 659 663 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode );//by Competition for inter_2Nx2N 660 664 #endif 661 #if H_3D_VSP 665 #if H_3D_VSP || NH_3D_DBBP 662 666 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 663 667 #endif … … 673 677 674 678 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 675 #if H_3D_VSP 679 #if H_3D_VSP || NH_3D_DBBP 676 680 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 677 681 #endif … … 690 694 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 691 695 #endif 692 #if H_3D_VSP 696 #if H_3D_VSP || NH_3D_DBBP 693 697 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 694 698 #endif … … 698 702 xCheckRDCostInterDBBP( rpcBestCU, rpcTempCU, false ); 699 703 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 700 #if H_3D_VSP 704 #if H_3D_VSP || NH_3D_DBBP 701 705 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 702 706 #endif … … 780 784 #endif 781 785 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 782 #if H_3D_VSP 786 #if H_3D_VSP || NH_3D_DBBP 783 787 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 784 788 #endif … … 799 803 #endif 800 804 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 801 #if H_3D_VSP 805 #if H_3D_VSP || NH_3D_DBBP 802 806 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 803 807 #endif … … 822 826 823 827 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 824 #if H_3D_VSP 828 #if H_3D_VSP || NH_3D_DBBP 825 829 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 826 830 #endif … … 861 865 #endif 862 866 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 863 #if H_3D_VSP 867 #if H_3D_VSP || NH_3D_DBBP 864 868 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 865 869 #endif … … 882 886 883 887 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 884 #if H_3D_VSP 888 #if H_3D_VSP || NH_3D_DBBP 885 889 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 886 890 #endif … … 909 913 910 914 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 911 #if H_3D_VSP 915 #if H_3D_VSP || NH_3D_DBBP 912 916 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 913 917 #endif … … 929 933 #endif 930 934 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 931 #if H_3D_VSP 935 #if H_3D_VSP || NH_3D_DBBP 932 936 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 933 937 #endif … … 957 961 958 962 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 959 #if H_3D_VSP 963 #if H_3D_VSP || NH_3D_DBBP 960 964 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 961 965 #endif … … 977 981 #endif 978 982 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 979 #if H_3D_VSP 983 #if H_3D_VSP || NH_3D_DBBP 980 984 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 981 985 #endif … … 997 1001 #endif 998 1002 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 999 #if H_3D_VSP 1003 #if H_3D_VSP || NH_3D_DBBP 1000 1004 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 1001 1005 #endif … … 1018 1022 #endif 1019 1023 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 1020 #if H_3D_VSP 1024 #if H_3D_VSP || NH_3D_DBBP 1021 1025 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 1022 1026 #endif … … 1034 1038 xCheckRDCostInter( rpcBestCU, rpcTempCU, SIZE_2NxnU ); 1035 1039 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 1036 #if H_3D_VSP 1040 #if H_3D_VSP || NH_3D_DBBP 1037 1041 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 1038 1042 #endif 1039 1043 xCheckRDCostInter( rpcBestCU, rpcTempCU, SIZE_2NxnD ); 1040 1044 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 1041 #if H_3D_VSP 1045 #if H_3D_VSP || NH_3D_DBBP 1042 1046 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 1043 1047 #endif … … 1049 1053 xCheckRDCostInter( rpcBestCU, rpcTempCU, SIZE_nLx2N ); 1050 1054 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 1051 #if H_3D_VSP 1055 #if H_3D_VSP || NH_3D_DBBP 1052 1056 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 1053 1057 #endif 1054 1058 xCheckRDCostInter( rpcBestCU, rpcTempCU, SIZE_nRx2N ); 1055 1059 rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 1056 #if H_3D_VSP 1060 #if H_3D_VSP || NH_3D_DBBP 1057 1061 rpcTempCU->setDvInfoSubParts(DvInfo, 0, uiDepth); 1058 1062 #endif … … 2544 2548 2545 2549 #if NH_3D_DBBP 2546 // Is this correct here, was under the macro SEC_DBBP_DISALLOW_8x8_I0078, however the function is related to Single Depth Mode2547 2550 if(uiWidth <= 8) 2548 2551 {
Note: See TracChangeset for help on using the changeset viewer.