Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComRdCost.cpp
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComRdCost.cpp
r622 r655 484 484 } 485 485 486 #if SCU_HS_FAST_DEPTH_INTRA_E0238_HHIFIX486 #if H_3D_FAST_DEPTH_INTRA 487 487 488 488 UInt TComRdCost::calcVAR (Pel* pi0, Int stride, Int width, Int height, Int cuDepth) … … 542 542 cDtParam.bUseIC = false; 543 543 #endif 544 #if LGE_INTER_SDC_E0156544 #if H_3D_INTER_SDC 545 545 cDtParam.bUseSDCMRSAD = false; 546 546 #endif … … 605 605 dist = (Dist) (iDWeight * distDepth + iVSOWeight * dist ) / ( iDWeight + iVSOWeight); 606 606 } 607 #if H_3D_FIX_UINT_WARNING 607 608 608 return (UInt) dist; 609 #else 610 return dist; 611 #endif 612 613 } 614 #endif 615 616 #if RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT 609 } 610 #endif 611 612 #if (RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT) || KWU_RC_MADPRED_E0227 617 613 UInt TComRdCost::getSADPart ( Int bitDepth, Pel* pelCur, Int curStride, Pel* pelOrg, Int orgStride, UInt width, UInt height ) 618 614 { … … 652 648 } 653 649 #endif 654 #if LGE_INTER_SDC_E0156650 #if H_3D_INTER_SDC 655 651 if( pcDtParam->bUseSDCMRSAD ) 656 652 { … … 692 688 } 693 689 #endif 694 #if LGE_INTER_SDC_E0156690 #if H_3D_INTER_SDC 695 691 if( pcDtParam->bUseSDCMRSAD ) 696 692 { … … 735 731 } 736 732 #endif 737 #if LGE_INTER_SDC_E0156733 #if H_3D_INTER_SDC 738 734 if( pcDtParam->bUseSDCMRSAD ) 739 735 { … … 782 778 } 783 779 #endif 784 #if LGE_INTER_SDC_E0156780 #if H_3D_INTER_SDC 785 781 if( pcDtParam->bUseSDCMRSAD ) 786 782 { … … 838 834 } 839 835 #endif 840 #if LGE_INTER_SDC_E0156836 #if H_3D_INTER_SDC 841 837 if( pcDtParam->bUseSDCMRSAD ) 842 838 { … … 886 882 } 887 883 #endif 888 #if LGE_INTER_SDC_E0156884 #if H_3D_INTER_SDC 889 885 if( pcDtParam->bUseSDCMRSAD ) 890 886 { … … 944 940 } 945 941 #endif 946 #if LGE_INTER_SDC_E0156942 #if H_3D_INTER_SDC 947 943 if( pcDtParam->bUseSDCMRSAD ) 948 944 { … … 1016 1012 } 1017 1013 #endif 1018 #if LGE_INTER_SDC_E01561014 #if H_3D_INTER_SDC 1019 1015 if( pcDtParam->bUseSDCMRSAD ) 1020 1016 { … … 1081 1077 } 1082 1078 #endif 1083 #if LGE_INTER_SDC_E01561079 #if H_3D_INTER_SDC 1084 1080 if( pcDtParam->bUseSDCMRSAD ) 1085 1081 { … … 1185 1181 } 1186 1182 #endif 1187 #if LGE_INTER_SDC_E01561183 #if H_3D_INTER_SDC 1188 1184 if( pcDtParam->bUseSDCMRSAD ) 1189 1185 { … … 1261 1257 #endif 1262 1258 1263 #if H_3D_IC || LGE_INTER_SDC_E01561259 #if H_3D_IC || H_3D_INTER_SDC 1264 1260 UInt TComRdCost::xGetSADic( DistParam* pcDtParam ) 1265 1261 { … … 3513 3509 } 3514 3510 #endif 3515 #if LGE_INTER_SDC_E01563511 #if H_3D_INTER_SDC 3516 3512 if( pcDtParam->bUseSDCMRSAD ) 3517 3513 { … … 3616 3612 } 3617 3613 3618 #if H_3D_IC || LGE_INTER_SDC_E01563614 #if H_3D_IC || H_3D_INTER_SDC 3619 3615 UInt TComRdCost::xGetHADsic( DistParam* pcDtParam ) 3620 3616 {
Note: See TracChangeset for help on using the changeset viewer.