image642-1.pjt

来自「基于DM642平台的H.264编码器优化代码」· PJT 代码 · 共 49 行

PJT
49
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="D:\ti\myprojects\opmizevideoDM642\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="colorbar.c"
Source="dsp_mot.c"
Source="dsp_stream.c"
Source="dsp_vlc.c"
Source="dsp_vop.c"
Source="evmdm642_vcapparamsPAL_EMBEDDED.c"
Source="evmdm642_vdisparamsPAL.c"
Source="lib\agl_c64.lib"
Source="lib\img64x.lib"
Source="video.cdb"
Source="video_ntsc_pal.c"
Source="video.cmd"

[Generated Files]
Source="videocfg.s62"
Source="videocfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -o3 -fr"D:\ti\myprojects\opmizevideoDM642\Debug" -i"$(Install_dir)/boards/tds642evm/include" -i"$(Proj_dir)/inc" -d"_PROCESS" -d"_DEBUG" -d"CHIP_DM642" -d"_CAPTURE" -ml3 -mv6400

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\ti\myprojects\opmizevideoDM642\Release" -mv6400

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["DspBiosBuilder" Settings: "Release"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\image642-1.map" -o".\Debug\image642-1.out" -x -i"$(Install_dir)/boards/tds642evm/lib" -i"$(Install_dir)/ddk/lib" -i"$(Proj_dir)/lib"

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\image642-1.map" -o".\Release\image642-1.out" -w -x

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?