Displaying 2 results from an estimated 2 matches for "vermillard".
2010 Dec 22
2
CELT 0.10.0, upcoming bit-stream freeze, demo page
Hi,
This isn't that new anymore, but I'd let everyone know that CELT
0.10.0 is out. We've improved the quality quite a bit since the last
release and we fixed many bugs. For this release, Monty has written an
extensive demo page at:
http://people.xiph.org/~xiphmont/demo/celt/demo.html
Although it's not final yet, it contains a lot of information of CELT,
recent changes and
2010 Mar 25
0
Blackfin inline assembly for fixed math
...#undef MULT16_16
static inline celt_int32 MULT16_16(celt_int16 a, celt_int16 b) {
int res;
__asm__ (
"%0 = %1.l*%2.l (is);\n\t"
: "=W" (res)
: "d" (a), "d" (b)
: "A1");
return res;
}
#endif /* FIXED_BFIN_H */
--
Julien Vermillard
Archean Technologies
http://www.archean.fr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/opus/attachments/20100325/71daaec9/attachment-0002....