1<?xml version="1.0" encoding="gb2312"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="WelsVP" 6 ProjectGUID="{E8DFAFA1-8DAC-4127-8D27-FBD5819EE562}" 7 RootNamespace="WelsVP" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="196613" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 <Platform 16 Name="x64" 17 /> 18 </Platforms> 19 <ToolFiles> 20 <DefaultToolFile 21 FileName="masm.rules" 22 /> 23 </ToolFiles> 24 <Configurations> 25 <Configuration 26 Name="Debug|Win32" 27 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 28 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 29 ConfigurationType="2" 30 CharacterSet="1" 31 > 32 <Tool 33 Name="VCPreBuildEventTool" 34 /> 35 <Tool 36 Name="VCCustomBuildTool" 37 CommandLine="" 38 /> 39 <Tool 40 Name="MASM" 41 /> 42 <Tool 43 Name="VCXMLDataGeneratorTool" 44 /> 45 <Tool 46 Name="VCWebServiceProxyGeneratorTool" 47 /> 48 <Tool 49 Name="VCMIDLTool" 50 /> 51 <Tool 52 Name="VCCLCompilerTool" 53 Optimization="0" 54 AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common" 55 PreprocessorDefinitions="_DEBUG;_USRDLL;X86_ASM" 56 MinimalRebuild="true" 57 BasicRuntimeChecks="3" 58 RuntimeLibrary="1" 59 WarningLevel="3" 60 DebugInformationFormat="4" 61 /> 62 <Tool 63 Name="VCManagedResourceCompilerTool" 64 /> 65 <Tool 66 Name="VCResourceCompilerTool" 67 /> 68 <Tool 69 Name="VCPreLinkEventTool" 70 /> 71 <Tool 72 Name="VCLinkerTool" 73 OutputFile="$(OutDir)\welsvp.dll" 74 LinkIncremental="2" 75 ModuleDefinitionFile="../../src/common/WelsVP.def" 76 GenerateDebugInformation="true" 77 SubSystem="2" 78 TargetMachine="1" 79 /> 80 <Tool 81 Name="VCALinkTool" 82 /> 83 <Tool 84 Name="VCManifestTool" 85 /> 86 <Tool 87 Name="VCXDCMakeTool" 88 /> 89 <Tool 90 Name="VCBscMakeTool" 91 /> 92 <Tool 93 Name="VCFxCopTool" 94 /> 95 <Tool 96 Name="VCAppVerifierTool" 97 /> 98 <Tool 99 Name="VCPostBuildEventTool" 100 CommandLine="" 101 /> 102 </Configuration> 103 <Configuration 104 Name="Debug|x64" 105 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 106 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 107 ConfigurationType="2" 108 CharacterSet="1" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 CommandLine="" 116 /> 117 <Tool 118 Name="MASM" 119 /> 120 <Tool 121 Name="VCXMLDataGeneratorTool" 122 /> 123 <Tool 124 Name="VCWebServiceProxyGeneratorTool" 125 /> 126 <Tool 127 Name="VCMIDLTool" 128 TargetEnvironment="3" 129 /> 130 <Tool 131 Name="VCCLCompilerTool" 132 Optimization="0" 133 AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common" 134 PreprocessorDefinitions="_DEBUG;_USRDLL;X86_ASM" 135 MinimalRebuild="true" 136 BasicRuntimeChecks="3" 137 RuntimeLibrary="1" 138 WarningLevel="3" 139 DebugInformationFormat="3" 140 /> 141 <Tool 142 Name="VCManagedResourceCompilerTool" 143 /> 144 <Tool 145 Name="VCResourceCompilerTool" 146 /> 147 <Tool 148 Name="VCPreLinkEventTool" 149 /> 150 <Tool 151 Name="VCLinkerTool" 152 OutputFile="$(OutDir)\welsvp.dll" 153 LinkIncremental="2" 154 ModuleDefinitionFile="../../src/common/WelsVP.def" 155 GenerateDebugInformation="true" 156 SubSystem="2" 157 TargetMachine="17" 158 /> 159 <Tool 160 Name="VCALinkTool" 161 /> 162 <Tool 163 Name="VCManifestTool" 164 /> 165 <Tool 166 Name="VCXDCMakeTool" 167 /> 168 <Tool 169 Name="VCBscMakeTool" 170 /> 171 <Tool 172 Name="VCFxCopTool" 173 /> 174 <Tool 175 Name="VCAppVerifierTool" 176 /> 177 <Tool 178 Name="VCPostBuildEventTool" 179 CommandLine="" 180 /> 181 </Configuration> 182 <Configuration 183 Name="Release|Win32" 184 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 185 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 186 ConfigurationType="2" 187 CharacterSet="1" 188 WholeProgramOptimization="1" 189 > 190 <Tool 191 Name="VCPreBuildEventTool" 192 CommandLine="" 193 /> 194 <Tool 195 Name="VCCustomBuildTool" 196 CommandLine="" 197 /> 198 <Tool 199 Name="MASM" 200 /> 201 <Tool 202 Name="VCXMLDataGeneratorTool" 203 /> 204 <Tool 205 Name="VCWebServiceProxyGeneratorTool" 206 /> 207 <Tool 208 Name="VCMIDLTool" 209 /> 210 <Tool 211 Name="VCCLCompilerTool" 212 Optimization="3" 213 InlineFunctionExpansion="2" 214 FavorSizeOrSpeed="1" 215 AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common" 216 PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM" 217 StringPooling="true" 218 RuntimeLibrary="0" 219 EnableFunctionLevelLinking="true" 220 WarningLevel="3" 221 DebugInformationFormat="3" 222 /> 223 <Tool 224 Name="VCManagedResourceCompilerTool" 225 /> 226 <Tool 227 Name="VCResourceCompilerTool" 228 /> 229 <Tool 230 Name="VCPreLinkEventTool" 231 /> 232 <Tool 233 Name="VCLinkerTool" 234 OutputFile="$(OutDir)\welsvp.dll" 235 LinkIncremental="1" 236 GenerateManifest="false" 237 EnableUAC="false" 238 ModuleDefinitionFile="../../src/common/WelsVP.def" 239 GenerateDebugInformation="true" 240 SubSystem="2" 241 TargetMachine="1" 242 /> 243 <Tool 244 Name="VCALinkTool" 245 /> 246 <Tool 247 Name="VCManifestTool" 248 /> 249 <Tool 250 Name="VCXDCMakeTool" 251 /> 252 <Tool 253 Name="VCBscMakeTool" 254 /> 255 <Tool 256 Name="VCFxCopTool" 257 /> 258 <Tool 259 Name="VCAppVerifierTool" 260 /> 261 <Tool 262 Name="VCPostBuildEventTool" 263 CommandLine="" 264 /> 265 </Configuration> 266 <Configuration 267 Name="Release|x64" 268 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 269 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 270 ConfigurationType="2" 271 CharacterSet="1" 272 WholeProgramOptimization="1" 273 > 274 <Tool 275 Name="VCPreBuildEventTool" 276 CommandLine="" 277 /> 278 <Tool 279 Name="VCCustomBuildTool" 280 CommandLine="" 281 /> 282 <Tool 283 Name="MASM" 284 /> 285 <Tool 286 Name="VCXMLDataGeneratorTool" 287 /> 288 <Tool 289 Name="VCWebServiceProxyGeneratorTool" 290 /> 291 <Tool 292 Name="VCMIDLTool" 293 TargetEnvironment="3" 294 /> 295 <Tool 296 Name="VCCLCompilerTool" 297 Optimization="3" 298 InlineFunctionExpansion="2" 299 FavorSizeOrSpeed="1" 300 AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common" 301 PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM" 302 StringPooling="true" 303 RuntimeLibrary="0" 304 EnableFunctionLevelLinking="true" 305 WarningLevel="3" 306 DebugInformationFormat="3" 307 /> 308 <Tool 309 Name="VCManagedResourceCompilerTool" 310 /> 311 <Tool 312 Name="VCResourceCompilerTool" 313 /> 314 <Tool 315 Name="VCPreLinkEventTool" 316 /> 317 <Tool 318 Name="VCLinkerTool" 319 OutputFile="$(OutDir)\welsvp.dll" 320 LinkIncremental="1" 321 GenerateManifest="false" 322 EnableUAC="false" 323 ModuleDefinitionFile="../../src/common/WelsVP.def" 324 GenerateDebugInformation="true" 325 SubSystem="2" 326 TargetMachine="17" 327 /> 328 <Tool 329 Name="VCALinkTool" 330 /> 331 <Tool 332 Name="VCManifestTool" 333 /> 334 <Tool 335 Name="VCXDCMakeTool" 336 /> 337 <Tool 338 Name="VCBscMakeTool" 339 /> 340 <Tool 341 Name="VCFxCopTool" 342 /> 343 <Tool 344 Name="VCAppVerifierTool" 345 /> 346 <Tool 347 Name="VCPostBuildEventTool" 348 CommandLine="" 349 /> 350 </Configuration> 351 </Configurations> 352 <References> 353 </References> 354 <Files> 355 <Filter 356 Name="Source Files" 357 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 358 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 359 > 360 <File 361 RelativePath="..\..\..\common\src\cpu.cpp" 362 > 363 </File> 364 <File 365 RelativePath="..\..\..\common\src\intra_pred_common.cpp" 366 > 367 </File> 368 <File 369 RelativePath="..\..\src\common\memory.cpp" 370 > 371 </File> 372 <File 373 RelativePath="..\..\..\common\src\sad_common.cpp" 374 > 375 </File> 376 <File 377 RelativePath="..\..\src\common\WelsFrameWork.cpp" 378 > 379 </File> 380 <File 381 RelativePath="..\..\src\common\WelsFrameWorkEx.cpp" 382 > 383 </File> 384 <File 385 RelativePath="..\..\..\common\src\WelsThreadLib.cpp" 386 > 387 </File> 388 </Filter> 389 <Filter 390 Name="Interface" 391 Filter="h;hpp;hxx;hm;inl;inc;xsd" 392 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 393 > 394 <File 395 RelativePath="..\..\interface\IWelsVP.h" 396 > 397 </File> 398 <File 399 RelativePath="..\..\src\common\resource.h" 400 > 401 </File> 402 </Filter> 403 <Filter 404 Name="Resource Files" 405 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 406 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 407 > 408 <File 409 RelativePath="..\..\src\common\WelsVP.def" 410 > 411 </File> 412 <File 413 RelativePath="..\..\src\common\WelsVP.rc" 414 > 415 </File> 416 </Filter> 417 <Filter 418 Name="Header Files" 419 > 420 <File 421 RelativePath="..\..\src\common\common.h" 422 > 423 </File> 424 <File 425 RelativePath="..\..\..\common\inc\cpu.h" 426 > 427 </File> 428 <File 429 RelativePath="..\..\..\common\inc\intra_pred_common.h" 430 > 431 </File> 432 <File 433 RelativePath="..\..\src\common\memory.h" 434 > 435 </File> 436 <File 437 RelativePath="..\..\..\common\inc\sad_common.h" 438 > 439 </File> 440 <File 441 RelativePath="..\..\src\common\typedef.h" 442 > 443 </File> 444 <File 445 RelativePath="..\..\src\common\util.h" 446 > 447 </File> 448 <File 449 RelativePath="..\..\src\common\WelsFrameWork.h" 450 > 451 </File> 452 <File 453 RelativePath="..\..\..\common\inc\WelsThreadLib.h" 454 > 455 </File> 456 </Filter> 457 <Filter 458 Name="ASM" 459 > 460 <File 461 RelativePath="..\..\..\common\x86\cpuid.asm" 462 > 463 <FileConfiguration 464 Name="Debug|Win32" 465 > 466 <Tool 467 Name="VCCustomBuildTool" 468 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 469 Outputs="$(IntDir)\$(InputName).obj" 470 /> 471 </FileConfiguration> 472 <FileConfiguration 473 Name="Debug|x64" 474 > 475 <Tool 476 Name="VCCustomBuildTool" 477 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 478 Outputs="$(IntDir)\$(InputName).obj" 479 /> 480 </FileConfiguration> 481 <FileConfiguration 482 Name="Release|Win32" 483 > 484 <Tool 485 Name="VCCustomBuildTool" 486 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 487 Outputs="$(IntDir)\$(InputName).obj" 488 /> 489 </FileConfiguration> 490 <FileConfiguration 491 Name="Release|x64" 492 > 493 <Tool 494 Name="VCCustomBuildTool" 495 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 496 Outputs="$(IntDir)\$(InputName).obj" 497 /> 498 </FileConfiguration> 499 </File> 500 <File 501 RelativePath="..\..\src\x86\denoisefilter.asm" 502 > 503 <FileConfiguration 504 Name="Debug|Win32" 505 > 506 <Tool 507 Name="VCCustomBuildTool" 508 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 509 Outputs="$(IntDir)\$(InputName).obj" 510 /> 511 </FileConfiguration> 512 <FileConfiguration 513 Name="Debug|x64" 514 > 515 <Tool 516 Name="VCCustomBuildTool" 517 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 518 Outputs="$(IntDir)\$(InputName).obj" 519 /> 520 </FileConfiguration> 521 <FileConfiguration 522 Name="Release|Win32" 523 > 524 <Tool 525 Name="VCCustomBuildTool" 526 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 527 Outputs="$(IntDir)\$(InputName).obj" 528 /> 529 </FileConfiguration> 530 <FileConfiguration 531 Name="Release|x64" 532 > 533 <Tool 534 Name="VCCustomBuildTool" 535 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 536 Outputs="$(IntDir)\$(InputName).obj" 537 /> 538 </FileConfiguration> 539 </File> 540 <File 541 RelativePath="..\..\src\x86\downsample_bilinear.asm" 542 > 543 <FileConfiguration 544 Name="Debug|Win32" 545 > 546 <Tool 547 Name="VCCustomBuildTool" 548 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 549 Outputs="$(IntDir)\$(InputName).obj" 550 /> 551 </FileConfiguration> 552 <FileConfiguration 553 Name="Debug|x64" 554 > 555 <Tool 556 Name="VCCustomBuildTool" 557 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 558 Outputs="$(IntDir)\$(InputName).obj" 559 /> 560 </FileConfiguration> 561 <FileConfiguration 562 Name="Release|Win32" 563 > 564 <Tool 565 Name="VCCustomBuildTool" 566 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 567 Outputs="$(IntDir)\$(InputName).obj" 568 /> 569 </FileConfiguration> 570 <FileConfiguration 571 Name="Release|x64" 572 > 573 <Tool 574 Name="VCCustomBuildTool" 575 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 576 Outputs="$(IntDir)\$(InputName).obj" 577 /> 578 </FileConfiguration> 579 </File> 580 <File 581 RelativePath="..\..\..\common\x86\intra_pred_com.asm" 582 > 583 <FileConfiguration 584 Name="Debug|Win32" 585 > 586 <Tool 587 Name="VCCustomBuildTool" 588 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 589 Outputs="$(IntDir)\$(InputName).obj" 590 /> 591 </FileConfiguration> 592 <FileConfiguration 593 Name="Debug|x64" 594 > 595 <Tool 596 Name="VCCustomBuildTool" 597 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 598 Outputs="$(IntDir)\$(InputName).obj" 599 /> 600 </FileConfiguration> 601 <FileConfiguration 602 Name="Release|Win32" 603 > 604 <Tool 605 Name="VCCustomBuildTool" 606 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 607 Outputs="$(IntDir)\$(InputName).obj" 608 /> 609 </FileConfiguration> 610 <FileConfiguration 611 Name="Release|x64" 612 > 613 <Tool 614 Name="VCCustomBuildTool" 615 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 616 Outputs="$(IntDir)\$(InputName).obj" 617 /> 618 </FileConfiguration> 619 </File> 620 <File 621 RelativePath="..\..\..\common\x86\satd_sad.asm" 622 > 623 <FileConfiguration 624 Name="Debug|Win32" 625 > 626 <Tool 627 Name="VCCustomBuildTool" 628 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 629 Outputs="$(IntDir)\$(InputName).obj" 630 /> 631 </FileConfiguration> 632 <FileConfiguration 633 Name="Debug|x64" 634 > 635 <Tool 636 Name="VCCustomBuildTool" 637 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 638 Outputs="$(IntDir)\$(InputName).obj" 639 /> 640 </FileConfiguration> 641 <FileConfiguration 642 Name="Release|Win32" 643 > 644 <Tool 645 Name="VCCustomBuildTool" 646 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 647 Outputs="$(IntDir)\$(InputName).obj" 648 /> 649 </FileConfiguration> 650 <FileConfiguration 651 Name="Release|x64" 652 > 653 <Tool 654 Name="VCCustomBuildTool" 655 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 656 Outputs="$(IntDir)\$(InputName).obj" 657 /> 658 </FileConfiguration> 659 </File> 660 <File 661 RelativePath="..\..\src\x86\vaa.asm" 662 > 663 <FileConfiguration 664 Name="Debug|Win32" 665 > 666 <Tool 667 Name="VCCustomBuildTool" 668 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 669 Outputs="$(IntDir)\$(InputName).obj" 670 /> 671 </FileConfiguration> 672 <FileConfiguration 673 Name="Debug|x64" 674 > 675 <Tool 676 Name="VCCustomBuildTool" 677 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 678 Outputs="$(IntDir)\$(InputName).obj" 679 /> 680 </FileConfiguration> 681 <FileConfiguration 682 Name="Release|Win32" 683 > 684 <Tool 685 Name="VCCustomBuildTool" 686 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
" 687 Outputs="$(IntDir)\$(InputName).obj" 688 /> 689 </FileConfiguration> 690 <FileConfiguration 691 Name="Release|x64" 692 > 693 <Tool 694 Name="VCCustomBuildTool" 695 CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/x86/ -f win64 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
" 696 Outputs="$(IntDir)\$(InputName).obj" 697 /> 698 </FileConfiguration> 699 </File> 700 </Filter> 701 <Filter 702 Name="SceneChangeDetection" 703 > 704 <File 705 RelativePath="..\..\src\scenechangedetection\SceneChangeDetection.cpp" 706 > 707 </File> 708 <File 709 RelativePath="..\..\src\scenechangedetection\SceneChangeDetection.h" 710 > 711 </File> 712 </Filter> 713 <Filter 714 Name="Denoise" 715 > 716 <File 717 RelativePath="..\..\src\denoise\denoise.cpp" 718 > 719 </File> 720 <File 721 RelativePath="..\..\src\denoise\denoise.h" 722 > 723 </File> 724 <File 725 RelativePath="..\..\src\denoise\denoise_filter.cpp" 726 > 727 </File> 728 </Filter> 729 <Filter 730 Name="VAACalc" 731 > 732 <File 733 RelativePath="..\..\src\vaacalc\vaacalcfuncs.cpp" 734 > 735 </File> 736 <File 737 RelativePath="..\..\src\vaacalc\vaacalculation.cpp" 738 > 739 </File> 740 <File 741 RelativePath="..\..\src\vaacalc\vaacalculation.h" 742 > 743 </File> 744 </Filter> 745 <Filter 746 Name="BackgroundDetection" 747 > 748 <File 749 RelativePath="..\..\src\backgrounddetection\BackgroundDetection.cpp" 750 > 751 </File> 752 <File 753 RelativePath="..\..\src\backgrounddetection\BackgroundDetection.h" 754 > 755 </File> 756 </Filter> 757 <Filter 758 Name="AdaptiveQuantization" 759 > 760 <File 761 RelativePath="..\..\src\adaptivequantization\AdaptiveQuantization.cpp" 762 > 763 </File> 764 <File 765 RelativePath="..\..\src\adaptivequantization\AdaptiveQuantization.h" 766 > 767 </File> 768 </Filter> 769 <Filter 770 Name="Downsample" 771 > 772 <File 773 RelativePath="..\..\src\downsample\downsample.cpp" 774 > 775 </File> 776 <File 777 RelativePath="..\..\src\downsample\downsample.h" 778 > 779 </File> 780 <File 781 RelativePath="..\..\src\downsample\downsamplefuncs.cpp" 782 > 783 </File> 784 </Filter> 785 <Filter 786 Name="ComplexityAnalysis" 787 > 788 <File 789 RelativePath="..\..\src\complexityanalysis\ComplexityAnalysis.cpp" 790 > 791 </File> 792 <File 793 RelativePath="..\..\src\complexityanalysis\ComplexityAnalysis.h" 794 > 795 </File> 796 </Filter> 797 <Filter 798 Name="ImageRotate" 799 > 800 <File 801 RelativePath="..\..\src\imagerotate\imagerotate.cpp" 802 > 803 </File> 804 <File 805 RelativePath="..\..\src\imagerotate\imagerotate.h" 806 > 807 </File> 808 <File 809 RelativePath="..\..\src\imagerotate\imagerotatefuncs.cpp" 810 > 811 </File> 812 </Filter> 813 <Filter 814 Name="ScrollDetection" 815 > 816 <File 817 RelativePath="..\..\src\scrolldetection\ScrollDetection.cpp" 818 > 819 </File> 820 <File 821 RelativePath="..\..\src\scrolldetection\ScrollDetection.h" 822 > 823 </File> 824 <File 825 RelativePath="..\..\src\scrolldetection\ScrollDetectionFuncs.cpp" 826 > 827 </File> 828 <File 829 RelativePath="..\..\src\scrolldetection\ScrollDetectionFuncs.h" 830 > 831 </File> 832 </Filter> 833 </Files> 834 <Globals> 835 </Globals> 836</VisualStudioProject> 837