Displaying 6 results from an estimated 6 matches for "tms320c54x".
2010 Apr 04
2
Quality vs. Bitrate vs. Complexity
...same thing.
>
> This sentence should read: "tradeoff made between quality and *complexity*"
>
> Sorry about that.
>
> Jean-Marc
No problem. Thanks for the clarifications.
Jean-Marc, did I see your name on some of the GSM codecs back in the
late 90's written in TI TMS320C54x assembly?
--
Randy Yates % "Though you ride on the wheels of tomorrow,
Digital Signal Labs % you still wander the fields of your
mailto://yates at ieee.org % sorrow."
http://www.digitalsignallabs.com % '21st Century Man', *Time*, ELO
2007 Nov 07
1
some questions about speex on TMS and also unsubscribe
Hi;
I have a question about speex on TMS320C54X:
I have build and run the related project on Code Composer Studio IDE (ver. 3.1) and the male.snd (93.7KB) was its input file and malebits5x.dat (5.85KB) and maleout5x.snd (93.5KB) are output files. What is malebits5x.dat file? if it is encoded file, why I could'nt decode it?
Also if m...
2010 Apr 04
0
Quality vs. Bitrate vs. Complexity
On 2010-04-04 00:28, Randy Yates wrote:
> Jean-Marc, did I see your name on some of the GSM codecs back in the
> late 90's written in TI TMS320C54x assembly?
Highly unlikely -- I was then an undergrad student with next to zero
knowledge in audio coding.
Jean-Marc
2010 Apr 04
2
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes:
> On 2010-04-03 22:52, Randy Yates wrote:
>> Jean-Marc Valin<jean-marc.valin at usherbrooke.ca> writes:
>>
>>> Quality and bit-rate are different ways of specifying exactly the same
>>> thing. Complexity is orthogonal.
>>
>> That clears it up - thanks. Is this in the manual?
>
2002 Jan 27
3
HipZip support?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello vorbis,
I know that hipzip/Dadio support was planned - does anyone have any
idea what the status of this is due to iomega's discontinuing of the
Hipzip product line?
Is there any way we can add ogg support to our hipzip's in the
future if Interactive Objects adds it to Dadio ?
- --
Best regards,
Brendan
2001 Jan 23
1
Fixed vs. Floating Point primer. was: Implementing Vorbis in hard ware
...at gets the number of significant bits in an
accumulator.
I've programmed a couple of TI DSP chips. One float, and one fixed. The
floating point was certainly easier to program, since I never delved into
assembly (but I didn't get stellar performance either). Programming the
fixed point (TMS320C54x series) was a little more difficult, but pretty
rewarding. The assembly routines were 10-20 times more efficient than their
C counter parts.
So I guess my point is this: If we just want to say that Vorbis is
available for a DSP chip, then start with a floating point platform (I've
heard good...