OSDN Git Service

Add ff_celp_circ_addf() function to be used for sparse vector circular
authorColin McQuillan <m.niloc@googlemail.com>
Wed, 12 Aug 2009 19:54:28 +0000 (19:54 +0000)
committerRobert Swain <robert.swain@gmail.com>
Wed, 12 Aug 2009 19:54:28 +0000 (19:54 +0000)
commitd4d6ae16033097462c8336868eb4acfa617acd6c
tree48060d235aebc1afe921c636182b6aafe1deb2aa
parent51fdb6f08d3e18d052f2be630ad7ec160d4247ec
Add ff_celp_circ_addf() function to be used for sparse vector circular
convolution in the upcoming AMR-NB floating point decoder. The function scales
and adds a vector, that is lagged by some offset, to another vector with the
same number of elements.

Patch by Colin McQuillan ( m.niloc googlemail com )

Originally committed as revision 19634 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/celp_filters.c
libavcodec/celp_filters.h