Displaying 4 results from an estimated 4 matches for "rovatti".
Did you mean:
rosatti
2008 Dec 04
1
celt for TMS320 C55x
Hi all,
I'm trying to build the celt package on the Texas TMS320VC5510 DSK.
I think there are some #define for it in the code, but I'm doing something
wrong.
Is there any documentation about it?
So far I'm building with the TI_C5X_ASM;CONFIG_TI_C55X #define.
Any help?
Thank you.
Giovanni
2016 Jan 05
2
opus on TI55x
Hello Giovanni,
I am running both Opus Encoder and Decoder on a TI Cortex M4 core without
any issues. What is the specific issue that you are facing? Can you explain?
Regards
Amit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20160105/0bc0bc2c/attachment.htm
2015 Dec 11
0
opus on TI55x
Hi,
I'm trying to make OPUS run on TI55, at the moment on the evm 5515 board.
I'm compiling with FIXED_POINT, DISABLE_FLOAT_API, TI_C5X_ASM, CONFIG_TI_C55X.
I'm actually interested only in the CELT part, so I'm also using
OPUS_APPLICATION_RESTRICTED_LOWDELAY.
It compiles but I'm still having few problems.
I was wondering if anyone succeeded in making it run on this device,
or
2016 Jan 11
0
opus on TI55x
Hi Amit,
issues I'm facing now are int overflow and memory management. I'm
working on it. I'm working on the tms320c5515 evm board.
Best regards,
Giovanni.
On 5 January 2016 at 18:40, Amit Ashara <ashara.amit at gmail.com> wrote:
> Hello Giovanni,
>
> I am running both Opus Encoder and Decoder on a TI Cortex M4 core without
> any issues. What is the specific issue