[FFmpeg-devel] [PATCH] Common ACELP code & G.729 [3/7] - vectors operations

Vladimir Voroshilov voroshil
Fri May 2 13:43:18 CEST 2008


This patch contains routines for operating with adaptive and algebraic vectors.

FIR filter was moved here.
It now does not use any "frac=-frac" or "if(frac<9)" and can be called
as foo(delay/6, delay%6).
This possibility was not obvious for me due to loop asymmetry,
introduced in reference code (and in specification too)
to avoid "out of bounds" error.


-- 
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 03_acelp_vectors40.diff
Type: text/x-diff
Size: 14414 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080502/09271da3/attachment.diff>



More information about the ffmpeg-devel mailing list