TobiasKozel / VAEPSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VAEPSP

This is a small demo to test the portability of VAE by porting it to the Playstation Portable.

The performance is far from ideal as it doesn't use any of the PSP dedicated hardware and is instead doing all the processing with floating point arithmetic on the FPU. Using fixed point math is an option but breaks most of VAE. With the lack of streaming support the memory consumption is far too large for the 32/64MB RAM to do anything usefull.

It is meant to be compiled with the pspdev toolchain and SDK found here https://github.com/pspdev/pspdev

About


Languages

Language:C++ 88.1%Language:Assembly 6.6%Language:Makefile 5.4%