OSDN Git Service

ra144: use scalarproduct_int16
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Sun, 4 Mar 2012 12:28:16 +0000 (13:28 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 10 Feb 2014 20:45:55 +0000 (21:45 +0100)
commitc3390fd56cf55259ea7665ecea6c8aeddf56e2fc
tree75bec46420b7d4a9eddbfa499af648922a8bc93c
parentdfc99ca04d7698b8f4101dd4f017c1b023ad95f8
ra144: use scalarproduct_int16

The buffer holding the coefficients must be padded with 0 so as to use DSP
functions that may overread. Currently, the SSE2/3 versions is an example,
as they process batches of 16 bytes.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ra144.c
libavcodec/ra144.h
libavcodec/ra144dec.c
libavcodec/ra144enc.c