Changeset 17 in 3DVCSoftware


Ignore:
Timestamp:
15 Feb 2012, 17:45:18 (13 years ago)
Author:
hschwarz
Message:

fix for DMM with non-10-bit processing

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/vc9/TAppDecoder_vc9.vcproj

    r2 r17  
    4545                                Name="VCCLCompilerTool"
    4646                                Optimization="0"
     47                                AdditionalIncludeDirectories=""..\..\compat\msvc""
    4748                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
    48                                 AdditionalIncludeDirectories=""..\..\compat\msvc""
    4949                                MinimalRebuild="true"
    5050                                BasicRuntimeChecks="3"
     
    117117                                Name="VCCLCompilerTool"
    118118                                Optimization="0"
     119                                AdditionalIncludeDirectories=""..\..\compat\msvc""
    119120                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
    120                                 AdditionalIncludeDirectories=""..\..\compat\msvc""
    121121                                MinimalRebuild="true"
    122122                                BasicRuntimeChecks="3"
     
    192192                                EnableIntrinsicFunctions="false"
    193193                                FavorSizeOrSpeed="1"
     194                                AdditionalIncludeDirectories=""..\..\compat\msvc""
    194195                                PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
    195                                 AdditionalIncludeDirectories=""..\..\compat\msvc""
    196196                                StringPooling="true"
    197197                                RuntimeLibrary="0"
     
    268268                                EnableIntrinsicFunctions="false"
    269269                                FavorSizeOrSpeed="1"
     270                                AdditionalIncludeDirectories=""..\..\compat\msvc""
    270271                                PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
    271                                 AdditionalIncludeDirectories=""..\..\compat\msvc""
    272272                                StringPooling="true"
    273273                                RuntimeLibrary="0"
  • trunk/build/vc9/TLibEncoder_vc9.vcproj

    r2 r17  
    4545                                Name="VCCLCompilerTool"
    4646                                Optimization="0"
     47                                AdditionalIncludeDirectories=""..\..\compat\msvc""
    4748                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
    48                                 AdditionalIncludeDirectories=""..\..\compat\msvc""
    4949                                MinimalRebuild="true"
    5050                                BasicRuntimeChecks="3"
     
    5252                                WarningLevel="3"
    5353                                DebugInformationFormat="4"
     54                        />
     55                        <Tool
     56                                Name="VCManagedResourceCompilerTool"
     57                        />
     58                        <Tool
     59                                Name="VCResourceCompilerTool"
     60                        />
     61                        <Tool
     62                                Name="VCPreLinkEventTool"
     63                        />
     64                        <Tool
     65                                Name="VCLibrarianTool"
     66                        />
     67                        <Tool
     68                                Name="VCALinkTool"
     69                        />
     70                        <Tool
     71                                Name="VCXDCMakeTool"
     72                        />
     73                        <Tool
     74                                Name="VCBscMakeTool"
     75                        />
     76                        <Tool
     77                                Name="VCFxCopTool"
     78                        />
     79                        <Tool
     80                                Name="VCPostBuildEventTool"
     81                        />
     82                </Configuration>
     83                <Configuration
     84                        Name="Debug|x64"
     85                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     86                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     87                        ConfigurationType="4"
     88                        CharacterSet="2"
     89                        >
     90                        <Tool
     91                                Name="VCPreBuildEventTool"
     92                        />
     93                        <Tool
     94                                Name="VCCustomBuildTool"
     95                        />
     96                        <Tool
     97                                Name="VCXMLDataGeneratorTool"
     98                        />
     99                        <Tool
     100                                Name="VCWebServiceProxyGeneratorTool"
     101                        />
     102                        <Tool
     103                                Name="VCMIDLTool"
     104                                TargetEnvironment="3"
     105                        />
     106                        <Tool
     107                                Name="VCCLCompilerTool"
     108                                Optimization="0"
     109                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
     110                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
     111                                MinimalRebuild="true"
     112                                BasicRuntimeChecks="3"
     113                                RuntimeLibrary="1"
     114                                WarningLevel="3"
     115                                DebugInformationFormat="3"
    54116                        />
    55117                        <Tool
     
    110172                                EnableIntrinsicFunctions="false"
    111173                                FavorSizeOrSpeed="1"
     174                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    112175                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
    113                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    114176                                StringPooling="true"
    115177                                RuntimeLibrary="0"
    116178                                EnableFunctionLevelLinking="true"
    117                                 WarningLevel="3"
    118                                 DebugInformationFormat="3"
    119                         />
    120                         <Tool
    121                                 Name="VCManagedResourceCompilerTool"
    122                         />
    123                         <Tool
    124                                 Name="VCResourceCompilerTool"
    125                         />
    126                         <Tool
    127                                 Name="VCPreLinkEventTool"
    128                         />
    129                         <Tool
    130                                 Name="VCLibrarianTool"
    131                         />
    132                         <Tool
    133                                 Name="VCALinkTool"
    134                         />
    135                         <Tool
    136                                 Name="VCXDCMakeTool"
    137                         />
    138                         <Tool
    139                                 Name="VCBscMakeTool"
    140                         />
    141                         <Tool
    142                                 Name="VCFxCopTool"
    143                         />
    144                         <Tool
    145                                 Name="VCPostBuildEventTool"
    146                         />
    147                 </Configuration>
    148                 <Configuration
    149                         Name="Debug|x64"
    150                         OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    151                         IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    152                         ConfigurationType="4"
    153                         CharacterSet="2"
    154                         >
    155                         <Tool
    156                                 Name="VCPreBuildEventTool"
    157                         />
    158                         <Tool
    159                                 Name="VCCustomBuildTool"
    160                         />
    161                         <Tool
    162                                 Name="VCXMLDataGeneratorTool"
    163                         />
    164                         <Tool
    165                                 Name="VCWebServiceProxyGeneratorTool"
    166                         />
    167                         <Tool
    168                                 Name="VCMIDLTool"
    169                                 TargetEnvironment="3"
    170                         />
    171                         <Tool
    172                                 Name="VCCLCompilerTool"
    173                                 Optimization="0"
    174                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
    175                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    176                                 MinimalRebuild="true"
    177                                 BasicRuntimeChecks="3"
    178                                 RuntimeLibrary="1"
    179179                                WarningLevel="3"
    180180                                DebugInformationFormat="3"
     
    238238                                EnableIntrinsicFunctions="false"
    239239                                FavorSizeOrSpeed="1"
     240                                AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    240241                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
    241                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    242242                                StringPooling="true"
    243243                                RuntimeLibrary="0"
  • trunk/source/App/TAppEncoder/TAppEncCfg.cpp

    r5 r17  
    784784#endif
    785785#endif
     786#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
     787  g_dDeltaDCsQuantOffset = Double(g_uiBitIncrement) -  2.0;
     788#endif
    786789
    787790  g_uiBASE_MAX     = ((1<<(g_uiBitDepth))-1);
  • trunk/source/Lib/TLibCommon/CommonDef.h

    r8 r17  
    5858
    5959#define HM_VERSION        "3.0rc2"                 ///< Current software version
    60 #define NV_VERSION        "0.2"                   ///< Current software version
     60#define NV_VERSION        "0.2r1"                  ///< Current software version
    6161
    6262// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.