[FFmpeg-devel] [PATCH] G.729 Fixed-codebook vector decoding

Michael Niedermayer michaelni
Sat Jun 27 01:51:55 CEST 2009


On Sat, Jun 27, 2009 at 02:05:27AM +0700, Vladimir Voroshilov wrote:
> Memset is required, since vector should contain only several non-zero pulses

if the thing is sparse, memset could maybe be replaced by just setting
the non zero values to zero, in that sense many operationson on sparse
vectors can be done more efficiently than working on an array of zeros
with one non zero value, which if it applies here means you have to
rewrite the related code to be more efficient

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The educated differ from the uneducated as much as the living from the
dead. -- Aristotle 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090627/41fe7cc1/attachment.pgp>



More information about the ffmpeg-devel mailing list