2012-05-30 12:26:39 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-08-30 05:31:49 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{EEA3BDD1-8A08-41C1-BA57-E05D5C2CD8FF}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2014-02-11 11:35:46 +00:00
|
|
|
|
<RootNamespace>kvazaar_lib</RootNamespace>
|
2018-08-30 05:31:49 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2013-09-24 10:43:15 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2018-08-30 05:31:49 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2013-09-24 10:43:15 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2018-08-30 05:31:49 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2018-08-30 05:31:49 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2018-08-30 05:31:49 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
2014-01-24 13:34:08 +00:00
|
|
|
|
<Import Project="..\yasm\vsyasm.props" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ImportGroup>
|
2013-09-23 14:45:34 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
2013-09-23 14:59:00 +00:00
|
|
|
|
<Import Project="..\Release_Optimizations.props" />
|
2013-09-23 14:45:34 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="..\C_Properties.props" />
|
2013-09-23 14:59:00 +00:00
|
|
|
|
<Import Project="..\Release_Optimizations.props" />
|
2013-09-23 14:45:34 +00:00
|
|
|
|
</ImportGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</PropertyGroup>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2013-09-24 16:01:38 +00:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)-$(Configuration)-libs\</OutDir>
|
2013-04-05 11:55:58 +00:00
|
|
|
|
</PropertyGroup>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2014-06-18 13:28:34 +00:00
|
|
|
|
<YASM />
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2019-06-18 14:13:26 +00:00
|
|
|
|
<AdditionalLibraryDirectories>
|
|
|
|
|
</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
</Lib>
|
2014-06-18 13:28:34 +00:00
|
|
|
|
<YASM>
|
|
|
|
|
<Defines>ARCH_X86_64=1;%(Defines)</Defines>
|
2018-04-06 12:18:08 +00:00
|
|
|
|
<IncludePaths>$(SolutionDir)..\src\extras;%(IncludePaths);$(SolutionDir)..\src\strategies\x86-asm;</IncludePaths>
|
2014-06-18 13:28:34 +00:00
|
|
|
|
</YASM>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<YASM>
|
|
|
|
|
<Defines>ARCH_X86_64=0;PREFIX</Defines>
|
2018-04-06 12:18:08 +00:00
|
|
|
|
<IncludePaths>$(SolutionDir)..\src\extras;%(IncludePaths);$(SolutionDir)..\src\strategies\x86-asm;</IncludePaths>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</YASM>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2019-06-18 14:13:26 +00:00
|
|
|
|
<AdditionalLibraryDirectories>
|
|
|
|
|
</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
</Lib>
|
2014-07-14 15:51:17 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<UndefinePreprocessorDefinitions>
|
|
|
|
|
</UndefinePreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<YASM>
|
|
|
|
|
<Defines>ARCH_X86_64=0;PREFIX</Defines>
|
2018-04-06 12:18:08 +00:00
|
|
|
|
<IncludePaths>$(SolutionDir)..\src\extras;%(IncludePaths);$(SolutionDir)..\src\strategies\x86-asm;</IncludePaths>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</YASM>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2019-06-18 14:13:26 +00:00
|
|
|
|
<AdditionalLibraryDirectories>
|
|
|
|
|
</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
</Lib>
|
2014-07-14 15:51:17 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<UndefinePreprocessorDefinitions>
|
|
|
|
|
</UndefinePreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<YASM>
|
2014-06-18 13:28:34 +00:00
|
|
|
|
<Defines>ARCH_X86_64=1;%(Defines)</Defines>
|
2018-04-06 12:18:08 +00:00
|
|
|
|
<IncludePaths>$(SolutionDir)..\src\extras;%(IncludePaths);$(SolutionDir)..\src\strategies\x86-asm;</IncludePaths>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</YASM>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<Lib>
|
2019-06-18 14:13:26 +00:00
|
|
|
|
<AdditionalLibraryDirectories>
|
|
|
|
|
</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
2014-05-14 14:50:27 +00:00
|
|
|
|
</Lib>
|
2014-07-14 15:51:17 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<UndefinePreprocessorDefinitions>
|
|
|
|
|
</UndefinePreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
2014-01-30 15:56:52 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ItemGroup>
|
2019-09-11 12:49:56 +00:00
|
|
|
|
<ClCompile Include="..\..\src\constraint.c" />
|
2016-03-17 16:12:43 +00:00
|
|
|
|
<ClCompile Include="..\..\src\extras\libmd5.c" />
|
2015-09-08 05:36:52 +00:00
|
|
|
|
<ClCompile Include="..\..\src\input_frame_buffer.c" />
|
2015-05-18 08:43:10 +00:00
|
|
|
|
<ClCompile Include="..\..\src\kvazaar.c" />
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<ClCompile Include="..\..\src\bitstream.c" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\cabac.c" />
|
2016-01-25 10:08:27 +00:00
|
|
|
|
<ClCompile Include="..\..\src\cfg.c" />
|
2012-08-15 10:22:31 +00:00
|
|
|
|
<ClCompile Include="..\..\src\context.c" />
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<ClCompile Include="..\..\src\cu.c" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encoder.c" />
|
2014-06-04 14:46:26 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encoderstate.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\encoder_state-bitstream.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\encoder_state-ctors_dtors.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\encoder_state-geometry.c" />
|
2016-08-09 13:01:51 +00:00
|
|
|
|
<ClCompile Include="..\..\src\encode_coding_tree.c" />
|
2014-02-04 15:22:36 +00:00
|
|
|
|
<ClCompile Include="..\..\src\extras\getopt.c" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClCompile Include="..\..\src\filter.c" />
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<ClCompile Include="..\..\src\image.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\imagelist.c" />
|
2019-08-15 08:01:38 +00:00
|
|
|
|
<ClCompile Include="..\..\src\alf.c" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\intra.c" />
|
2019-09-11 12:49:56 +00:00
|
|
|
|
<ClCompile Include="..\..\src\ml_intra_cu_depth_pred.c" />
|
2012-06-05 12:38:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\nal.c" />
|
2015-06-29 09:23:28 +00:00
|
|
|
|
<ClCompile Include="..\..\src\rate_control.c" />
|
2014-01-20 14:34:11 +00:00
|
|
|
|
<ClCompile Include="..\..\src\rdo.c" />
|
2020-12-16 18:50:45 +00:00
|
|
|
|
<ClCompile Include="..\..\src\fast_coeff_cost.c" />
|
2021-05-24 15:02:38 +00:00
|
|
|
|
<ClCompile Include="..\..\src\reshape.c" />
|
2013-11-04 18:35:48 +00:00
|
|
|
|
<ClCompile Include="..\..\src\sao.c" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\scalinglist.c" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClCompile Include="..\..\src\search.c" />
|
2015-07-21 08:49:04 +00:00
|
|
|
|
<ClCompile Include="..\..\src\search_inter.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\search_intra.c" />
|
2015-10-08 07:02:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\intra-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2015-10-02 11:28:49 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\quant-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2016-02-24 15:02:50 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\sao-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2018-12-18 18:47:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\encode_coding_tree-generic.c" />
|
2015-10-08 06:54:15 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\intra-generic.c" />
|
2015-10-02 11:28:49 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\quant-generic.c" />
|
2016-02-24 14:53:07 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\sao-generic.c" />
|
2018-12-18 18:47:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-encode.c" />
|
2015-10-08 06:54:15 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-intra.c" />
|
2015-10-02 11:28:49 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-quant.c" />
|
2019-08-15 08:01:38 +00:00
|
|
|
|
<ClCompile Include="..\..\src\inter.c" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\checkpoint.h" />
|
2019-09-11 12:49:56 +00:00
|
|
|
|
<ClInclude Include="..\..\src\constraint.h" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\cu.h" />
|
2016-03-17 16:12:43 +00:00
|
|
|
|
<ClInclude Include="..\..\src\extras\libmd5.h" />
|
2020-02-15 19:46:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\gop.h" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\image.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\imagelist.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\altivec\picture-altivec.c" />
|
2014-07-29 15:10:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\dct-avx2.c">
|
2014-07-24 14:00:50 +00:00
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2014-11-20 16:38:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\ipol-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2014-07-14 13:08:19 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\avx2\picture-avx2.c">
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
2014-07-29 15:10:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\dct-generic.c" />
|
2014-11-20 16:38:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\ipol-generic.c" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\nal-generic.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\strategies\generic\picture-generic.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\strategies\sse2\picture-sse2.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\strategies\sse41\picture-sse41.c" />
|
2014-07-29 15:10:47 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-dct.c" />
|
2014-11-20 16:38:54 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-ipol.c" />
|
2014-06-13 07:20:02 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-nal.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-picture.c" />
|
2016-02-24 14:53:07 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\strategies-sao.c" />
|
2014-07-21 13:47:18 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategies\x86_asm\picture-x86-asm.c" />
|
2019-06-18 14:13:26 +00:00
|
|
|
|
<ClCompile Include="..\..\src\threadwrapper\src\pthread.cpp">
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CompileAsCpp</CompileAs>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\..\src\threadwrapper\src\semaphore.cpp">
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsCpp</CompileAs>
|
|
|
|
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CompileAsCpp</CompileAs>
|
|
|
|
|
</ClCompile>
|
2014-06-10 08:54:35 +00:00
|
|
|
|
<ClCompile Include="..\..\src\videoframe.c" />
|
2014-06-04 14:46:26 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoder_state-bitstream.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\encoder_state-ctors_dtors.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\encoder_state-geometry.h" />
|
2016-08-09 13:01:51 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encode_coding_tree.h" />
|
2014-04-29 12:28:16 +00:00
|
|
|
|
<ClCompile Include="..\..\src\strategyselector.c" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClCompile Include="..\..\src\tables.c" />
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<ClCompile Include="..\..\src\threadqueue.c" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClCompile Include="..\..\src\transform.c" />
|
2015-09-08 05:36:52 +00:00
|
|
|
|
<ClInclude Include="..\..\src\input_frame_buffer.h" />
|
2015-06-30 10:14:24 +00:00
|
|
|
|
<ClInclude Include="..\..\src\kvazaar_internal.h" />
|
2016-03-09 14:55:26 +00:00
|
|
|
|
<ClInclude Include="..\..\src\kvz_math.h" />
|
2019-09-11 12:49:56 +00:00
|
|
|
|
<ClInclude Include="..\..\src\ml_intra_cu_depth_pred.h" />
|
2015-07-21 08:49:04 +00:00
|
|
|
|
<ClInclude Include="..\..\src\search_inter.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\search_intra.h" />
|
2015-10-08 07:02:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\intra-avx2.h" />
|
2016-02-24 15:02:50 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\sao-avx2.h" />
|
2018-12-18 18:47:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\encode_coding_tree-generic.h" />
|
2015-10-08 06:54:15 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\intra-generic.h" />
|
2016-02-24 14:53:07 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\sao-generic.h" />
|
2015-10-01 16:40:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-common.h" />
|
2015-10-02 11:28:49 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\quant-avx2.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\quant-generic.h" />
|
2018-12-18 18:47:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-encode.h" />
|
2015-10-08 06:54:15 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-intra.h" />
|
2015-10-02 11:28:49 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-quant.h" />
|
2019-08-15 08:01:38 +00:00
|
|
|
|
<ClInclude Include="..\..\src\alf.h" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-05-30 12:37:42 +00:00
|
|
|
|
<ClInclude Include="..\..\src\bitstream.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\cabac.h" />
|
2016-01-25 10:08:27 +00:00
|
|
|
|
<ClInclude Include="..\..\src\cfg.h" />
|
2012-08-15 10:22:31 +00:00
|
|
|
|
<ClInclude Include="..\..\src\context.h" />
|
2012-06-04 08:53:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoder.h" />
|
2014-06-04 14:46:26 +00:00
|
|
|
|
<ClInclude Include="..\..\src\encoderstate.h" />
|
2014-02-04 15:22:36 +00:00
|
|
|
|
<ClInclude Include="..\..\src\extras\getopt.h" />
|
2013-04-03 08:05:07 +00:00
|
|
|
|
<ClInclude Include="..\..\src\filter.h" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\global.h" />
|
2013-04-24 13:49:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\inter.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\intra.h" />
|
2015-05-18 08:43:10 +00:00
|
|
|
|
<ClInclude Include="..\..\src\kvazaar.h" />
|
2012-06-05 12:38:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\nal.h" />
|
2015-06-29 09:23:28 +00:00
|
|
|
|
<ClInclude Include="..\..\src\rate_control.h" />
|
2014-01-20 14:34:11 +00:00
|
|
|
|
<ClInclude Include="..\..\src\rdo.h" />
|
2020-12-16 18:50:45 +00:00
|
|
|
|
<ClInclude Include="..\..\src\fast_coeff_cost.h" />
|
2021-05-24 15:02:38 +00:00
|
|
|
|
<ClInclude Include="..\..\src\reshape.h" />
|
2013-11-04 18:35:48 +00:00
|
|
|
|
<ClInclude Include="..\..\src\sao.h" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\scalinglist.h" />
|
2013-04-16 08:23:03 +00:00
|
|
|
|
<ClInclude Include="..\..\src\search.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\altivec\picture-altivec.h" />
|
2014-07-29 15:10:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\dct-avx2.h" />
|
2014-11-20 16:38:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\ipol-avx2.h" />
|
2014-07-14 13:08:19 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\avx2\picture-avx2.h" />
|
2014-07-29 15:10:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\dct-generic.h" />
|
2014-11-20 16:38:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\ipol-generic.h" />
|
2014-07-11 14:16:32 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\nal-generic.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\generic\picture-generic.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\sse2\picture-sse2.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\sse41\picture-sse41.h" />
|
2014-07-29 15:10:47 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-dct.h" />
|
2014-11-20 16:38:54 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-ipol.h" />
|
2014-06-13 07:20:02 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-nal.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-picture.h" />
|
2016-02-24 14:53:07 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\strategies-sao.h" />
|
2014-07-21 13:47:18 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategies\x86_asm\picture-x86-asm-sad.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\x86_asm\picture-x86-asm-satd.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\strategies\x86_asm\picture-x86-asm.h" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\strategyselector.h" />
|
2014-04-16 08:56:39 +00:00
|
|
|
|
<ClInclude Include="..\..\src\tables.h" />
|
2014-05-14 14:50:27 +00:00
|
|
|
|
<ClInclude Include="..\..\src\threadqueue.h" />
|
2014-05-05 08:18:43 +00:00
|
|
|
|
<ClInclude Include="..\..\src\threads.h" />
|
2019-06-18 14:13:26 +00:00
|
|
|
|
<ClInclude Include="..\..\src\threadwrapper\include\pthread.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\threadwrapper\include\semaphore.h" />
|
2012-06-11 15:43:29 +00:00
|
|
|
|
<ClInclude Include="..\..\src\transform.h" />
|
2014-06-12 12:03:35 +00:00
|
|
|
|
<ClInclude Include="..\..\src\videoframe.h" />
|
2013-04-10 13:55:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-07-22 12:07:57 +00:00
|
|
|
|
<YASM Include="..\..\src\extras\x86inc.asm">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</YASM>
|
2014-07-21 13:47:18 +00:00
|
|
|
|
<YASM Include="..\..\src\strategies\x86_asm\picture-x86-asm-sad.asm" />
|
|
|
|
|
<YASM Include="..\..\src\strategies\x86_asm\picture-x86-asm-satd.asm" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ItemGroup>
|
2019-08-15 08:01:38 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="ClassDiagram.cd" />
|
|
|
|
|
</ItemGroup>
|
2012-05-30 12:26:39 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2014-01-24 13:34:08 +00:00
|
|
|
|
<Import Project="..\yasm\vsyasm.targets" />
|
2012-05-30 12:26:39 +00:00
|
|
|
|
</ImportGroup>
|
2020-11-03 11:38:43 +00:00
|
|
|
|
</Project>
|