Lightweight Stream Scheduler
From esoterum.org
Revision as of 16:33, 22 April 2011 by Baker (Talk | contribs) (Created page with '== Eclipse Projects: Simulation Implementation == :All Eclipse projects located on <code>'''agave'''</code> in <code>'''/home/mbaker7/workspace/'''</code> *'''ffmpeg_PPU/''': …')
Eclipse Projects: Simulation Implementation
- All Eclipse projects located on
agave
in/home/mbaker7/workspace/
- ffmpeg_PPU/: Project includes parallel decoder and DVFM emulation, as well as infrastructure for use as code overlay generator benchmark
- -libavcodec/: Main PPU source code for FFmpeg decoder
- -h264_SPU_decode.c: Main PPU source file
- -config_exp.h: High level project and experimental configuration settings
- -config.h: Several PPU specific settings, primarily print statement configurations
- -compile.sh: Used to compile and embed PPU and SPU code and transfer it to the cell
- -libavcodec/: Main PPU source code for FFmpeg decoder
- ffmpeg_SPU/: SPU code for parallel decoder including DVFM emulation and code overlay generation benchmark support
- -config_spu.h: Several SPU specific settings, primarily print statement configuations
- -spu_main.c: Primary code for SPU