📄 encoder60.dsp
字号:
# Microsoft Developer Studio Project File - Name="ISOencoder" - Package Owner=<4># Microsoft Developer Studio Generated Build File, Format Version 6.00# ** DO NOT EDIT **# TARGTYPE "Win32 (x86) Console Application" 0x0103CFG=ISOencoder - Win32 Release!MESSAGE This is not a valid makefile. To build this project using NMAKE,!MESSAGE use the Export Makefile command and run!MESSAGE !MESSAGE NMAKE /f "encoder60.mak".!MESSAGE !MESSAGE You can specify a configuration when running NMAKE!MESSAGE by defining the macro CFG on the command line. For example:!MESSAGE !MESSAGE NMAKE /f "encoder60.mak" CFG="ISOencoder - Win32 Release"!MESSAGE !MESSAGE Possible choices for configuration are:!MESSAGE !MESSAGE "ISOencoder - Win32 Release" (based on "Win32 (x86) Console Application")!MESSAGE "ISOencoder - Win32 Debug" (based on "Win32 (x86) Console Application")!MESSAGE # Begin Project# PROP AllowPerConfigDependencies 0# PROP Scc_ProjName ""# PROP Scc_LocalPath ""CPP=cl.exeRSC=rc.exe!IF "$(CFG)" == "ISOencoder - Win32 Release"# PROP BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 0# PROP BASE Output_Dir ".\encoder_"# PROP BASE Intermediate_Dir ".\encoder_"# PROP BASE Target_Dir ""# PROP Use_MFC 0# PROP Use_Debug_Libraries 0# PROP Output_Dir ".\release"# PROP Intermediate_Dir ".\release"# PROP Ignore_Export_Lib 0# PROP Target_Dir ""# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\include" /I "..\.." /I "..\..\type" /I "..\..\sys" /I "..\..\sys\encoder" /I "..\..\tools" /I "..\..\vtc\include" /I "..\..\vtc\ztq" /I "..\..\vtc\wavelet" /I "..\..\vtc\pezw" /I "..\..\vtc\zte" /I "..\..\..\..\..\include" /I "..\..\vtc\shape" /I "..\..\sys\decoder" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "__PC_COMPILER_" /D "_MBCS" /D "_MFC_" /D "__TRACE_AND_STATS_" /D "__DOUBLE_PRECISION_" /YX /FD /c# ADD BASE RSC /l 0x409 /d "NDEBUG"# ADD RSC /l 0x409 /d "NDEBUG"BSC32=bscmake.exe# ADD BASE BSC32 /nologo# ADD BSC32 /nologoLINK32=link.exe# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:".\release/encoder.exe"!ELSEIF "$(CFG)" == "ISOencoder - Win32 Debug"# PROP BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 1# PROP BASE Output_Dir ".\encoder0"# PROP BASE Intermediate_Dir ".\encoder0"# PROP BASE Target_Dir ""# PROP Use_MFC 0# PROP Use_Debug_Libraries 1# PROP Output_Dir ".\debug"# PROP Intermediate_Dir ".\debug"# PROP Ignore_Export_Lib 0# PROP Target_Dir ""# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c# ADD CPP /nologo /W3 /GX /ZI /Od /I "..\..\..\..\..\include" /I "..\.." /I "..\..\type" /I "..\..\sys" /I "..\..\sys\encoder" /I "..\..\tools" /I "..\..\vtc\include" /I "..\..\vtc\ztq" /I "..\..\vtc\wavelet" /I "..\..\vtc\pezw" /I "..\..\vtc\zte" /I "..\..\vtc\shape" /I "..\..\sys\decoder" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "__PC_COMPILER_" /D "_MBCS" /D "__TRACE_AND_STATS_" /D "__DOUBLE_PRECISION_" /FR /YX /FD /c# ADD BASE RSC /l 0x409 /d "_DEBUG"# ADD RSC /l 0x409 /d "_DEBUG"BSC32=bscmake.exe# ADD BASE BSC32 /nologo# ADD BSC32 /nologoLINK32=link.exe# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:".\debug/encoder.exe"!ENDIF # Begin Target# Name "ISOencoder - Win32 Release"# Name "ISOencoder - Win32 Debug"# Begin Group "Source Files"# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"# Begin Source FileSOURCE=..\..\vtc\zte\ac.cpp# End Source File# Begin Source FileSOURCE=..\..\type\basic.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\BinArCodec.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\zte\bitpack.cpp# End Source File# Begin Source FileSOURCE=..\..\tools\entropy\bitstrm.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\blkenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\block.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\cae.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\dct.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\decQM.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\download_filter.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\dwt.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\dwt_aux.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\dwtmask.cpp# End Source File# Begin Source FileSOURCE=.\encoder.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\encQM.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\errenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\error.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\errorHandler.cpp# End Source File# Begin Source FileSOURCE=..\..\type\geom.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\gmc_enc_util.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\gmc_motion.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\gmc_util.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\gme_for_iso.cpp# End Source File# Begin Source FileSOURCE=..\..\type\grayc.cpp# End Source File# Begin Source FileSOURCE=..\..\type\grayf.cpp# End Source File# Begin Source FileSOURCE=..\..\type\grayi.cpp# End Source File# Begin Source FileSOURCE=..\..\tools\entropy\huffman.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\idwt.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\idwt_aux.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\idwtmask.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\wavelet\imagebox.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\mb.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\mbenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\mbinterlace.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\mc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\mcenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\mcpad.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\mode.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\motest.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\msg.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\mv.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\mvenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\newpenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\newpred.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\padenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\paramset.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\pezw\PEZW_ac.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\pezw\PEZW_globals.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\pezw\PEZW_textureLayerBQ.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\pezw\PEZW_utils.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\QMInit.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\QMUtils.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\ztq\quant.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\main\read_image.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\rrv.cpp# End Source File# Begin Source FileSOURCE=..\..\tools\sadct\sadct.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\main\seg.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\encoder\sesenc.cpp# End Source File# Begin Source FileSOURCE=..\..\sys\shape.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeBaseCommon.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeBaseDecode.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeBaseEncode.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeDecoding.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeEncoding.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeEnhCommon.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeEnhDecode.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeEnhEncode.cpp# End Source File# Begin Source FileSOURCE=..\..\vtc\shape\ShapeUtil.cpp# End Source File# Begin Source File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -