ycbcr2rgb.pjt

来自「基于ti c55x序列dsp的YUV转RGB的算法实现」· PJT 代码 · 共 37 行

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

[Project Settings]
ProjectDir="C:\ti\c5500\imglib\examples\ycbcr_rgb\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\cgtools\lib\rts55x.lib"
Source="..\..\55ximagex.lib"
Source="test.c"
Source="SimpleLink.cmd"

["Compiler" Settings: "Debug"]
Options=-g -mg -q -fr"C:\ti\c5500\imglib\examples\ycbcr_rgb\Debug" -i"C:\ti\c5500\imglib\include" -d"_DEBUG" -ml

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\ti\c5500\imglib\examples\ycbcr_rgb\Release"

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

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

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\yuv2rgb16.map" -o".\Debug\yuv2rgb16.out" -x

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

⌨️ 快捷键说明

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