Changeset 683 in 3DVCSoftware
- Timestamp:
- 8 Nov 2013, 02:45:33 (11 years ago)
- Location:
- branches/HTM-8.2-dev2-MediaTek
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev2-MediaTek/build/vc9/TAppDecoder_vc9.vcproj
r608 r683 92 92 </Configuration> 93 93 <Configuration 94 Name="Debug|x64"95 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"96 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"97 ConfigurationType="1"98 CharacterSet="2"99 >100 <Tool101 Name="VCPreBuildEventTool"102 />103 <Tool104 Name="VCCustomBuildTool"105 />106 <Tool107 Name="VCXMLDataGeneratorTool"108 />109 <Tool110 Name="VCWebServiceProxyGeneratorTool"111 />112 <Tool113 Name="VCMIDLTool"114 TargetEnvironment="3"115 />116 <Tool117 Name="VCCLCompilerTool"118 Optimization="0"119 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"120 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"121 MinimalRebuild="true"122 BasicRuntimeChecks="3"123 RuntimeLibrary="1"124 WarningLevel="3"125 DebugInformationFormat="3"126 />127 <Tool128 Name="VCManagedResourceCompilerTool"129 />130 <Tool131 Name="VCResourceCompilerTool"132 />133 <Tool134 Name="VCPreLinkEventTool"135 />136 <Tool137 Name="VCLinkerTool"138 LinkIncremental="2"139 GenerateDebugInformation="true"140 SubSystem="1"141 TargetMachine="17"142 />143 <Tool144 Name="VCALinkTool"145 />146 <Tool147 Name="VCManifestTool"148 />149 <Tool150 Name="VCXDCMakeTool"151 />152 <Tool153 Name="VCBscMakeTool"154 />155 <Tool156 Name="VCFxCopTool"157 />158 <Tool159 Name="VCAppVerifierTool"160 />161 <Tool162 Name="VCPostBuildEventTool"163 />164 </Configuration>165 <Configuration166 94 Name="Release|Win32" 167 OutputDirectory=" $(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"95 OutputDirectory="..\..\bin\" 168 96 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 169 97 ConfigurationType="1" … … 239 167 </Configuration> 240 168 <Configuration 169 Name="Debug|x64" 170 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\" 171 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 172 ConfigurationType="1" 173 CharacterSet="2" 174 > 175 <Tool 176 Name="VCPreBuildEventTool" 177 /> 178 <Tool 179 Name="VCCustomBuildTool" 180 /> 181 <Tool 182 Name="VCXMLDataGeneratorTool" 183 /> 184 <Tool 185 Name="VCWebServiceProxyGeneratorTool" 186 /> 187 <Tool 188 Name="VCMIDLTool" 189 TargetEnvironment="3" 190 /> 191 <Tool 192 Name="VCCLCompilerTool" 193 Optimization="0" 194 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 195 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 196 MinimalRebuild="true" 197 BasicRuntimeChecks="3" 198 RuntimeLibrary="1" 199 WarningLevel="3" 200 DebugInformationFormat="3" 201 /> 202 <Tool 203 Name="VCManagedResourceCompilerTool" 204 /> 205 <Tool 206 Name="VCResourceCompilerTool" 207 /> 208 <Tool 209 Name="VCPreLinkEventTool" 210 /> 211 <Tool 212 Name="VCLinkerTool" 213 LinkIncremental="2" 214 GenerateDebugInformation="true" 215 SubSystem="1" 216 TargetMachine="17" 217 /> 218 <Tool 219 Name="VCALinkTool" 220 /> 221 <Tool 222 Name="VCManifestTool" 223 /> 224 <Tool 225 Name="VCXDCMakeTool" 226 /> 227 <Tool 228 Name="VCBscMakeTool" 229 /> 230 <Tool 231 Name="VCFxCopTool" 232 /> 233 <Tool 234 Name="VCAppVerifierTool" 235 /> 236 <Tool 237 Name="VCPostBuildEventTool" 238 /> 239 </Configuration> 240 <Configuration 241 241 Name="Release|x64" 242 242 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\" -
branches/HTM-8.2-dev2-MediaTek/source/Lib/TLibCommon/TComDataCU.cpp
r669 r683 3750 3750 { 3751 3751 vspFlag[iCount] = 1; 3752 #if !MTK_VSP_SIMPLIFICATION_F0111 3752 3753 xInheritVSPDisInfo(pcCULeft,uiLeftPartIdx,iCount,inheritedVSPDisInfo); 3754 #endif 3753 3755 } 3754 3756 #endif … … 3832 3834 #endif 3833 3835 #if H_3D_VSP 3836 #if MTK_VSP_SIMPLIFICATION_F0111 3837 if ( ( ( getAddr() - pcCUAbove->getAddr() ) == 0) && (pcCUAbove->getVSPFlag(uiAbovePartIdx) == 1) ) 3838 #else 3834 3839 if (pcCUAbove->getVSPFlag(uiAbovePartIdx) == 1) 3840 #endif 3835 3841 { 3836 3842 3837 3843 vspFlag[iCount] = 1; 3844 #if !MTK_VSP_SIMPLIFICATION_F0111 3838 3845 xInheritVSPDisInfo(pcCUAbove,uiAbovePartIdx,iCount,inheritedVSPDisInfo); 3846 #endif 3839 3847 } 3840 3848 #endif … … 3888 3896 #endif 3889 3897 #if H_3D_VSP 3898 #if MTK_VSP_SIMPLIFICATION_F0111 3899 if ( ( ( getAddr() - pcCUAboveRight->getAddr() ) == 0) && (pcCUAboveRight->getVSPFlag(uiAboveRightPartIdx) == 1) ) 3900 #else 3890 3901 if (pcCUAboveRight->getVSPFlag(uiAboveRightPartIdx) == 1) 3902 #endif 3891 3903 { 3892 3904 vspFlag[iCount] = 1; 3905 #if !MTK_VSP_SIMPLIFICATION_F0111 3893 3906 xInheritVSPDisInfo(pcCUAboveRight,uiAboveRightPartIdx,iCount,inheritedVSPDisInfo); 3907 #endif 3894 3908 } 3895 3909 #endif … … 4012 4026 { 4013 4027 vspFlag[iCount] = 1; 4028 #if !MTK_VSP_SIMPLIFICATION_F0111 4014 4029 xInheritVSPDisInfo(pcCULeftBottom,uiLeftBottomPartIdx,iCount,inheritedVSPDisInfo); 4030 #endif 4015 4031 } 4016 4032 #endif … … 4058 4074 #endif 4059 4075 #if H_3D_VSP 4076 #if MTK_VSP_SIMPLIFICATION_F0111 4077 if ( ( ( getAddr() - pcCUAboveLeft->getAddr() ) == 0) && (pcCUAboveLeft->getVSPFlag(uiAboveLeftPartIdx) == 1) ) 4078 #else 4060 4079 if (pcCUAboveLeft->getVSPFlag(uiAboveLeftPartIdx) == 1) 4080 #endif 4061 4081 { 4062 4082 vspFlag[iCount] = 1; 4083 #if !MTK_VSP_SIMPLIFICATION_F0111 4063 4084 xInheritVSPDisInfo(pcCUAboveLeft,uiAboveLeftPartIdx,iCount,inheritedVSPDisInfo); 4085 #endif 4064 4086 } 4065 4087 #endif -
branches/HTM-8.2-dev2-MediaTek/source/Lib/TLibCommon/TypeDef.h
r669 r683 232 232 #define H_3D_VSP_CONSTRAINED 0 233 233 #endif 234 234 #define MTK_VSP_SIMPLIFICATION_F0111 1 // 1. Inherited VSP also use NBDV of current CU, 2. VSP cannot be inherited from above LCU rowss 235 235 #endif 236 236
Note: See TracChangeset for help on using the changeset viewer.