dsputil: remove shift parameter from scalarproduct_int16
authorChristophe GISQUET <christophe.gisquet@gmail.com>
Sat, 3 Mar 2012 14:09:36 +0000 (15:09 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 7 Mar 2012 18:29:52 +0000 (10:29 -0800)
commit7e1ce6a6acd83cf2d5b21df94d2134b1553635ef
tree641b0483bf41da2c03c2a6cf4cad2e777c12c2f7
parentdabf8dd34afdbb6dc9dc7603d7a5228fc67de4c8
dsputil: remove shift parameter from scalarproduct_int16

There is only one caller, which does not need the shifting. Other use cases
are situations where different roundings would be needed.

The x86 and neon versions are modified accordingly.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/acelp_pitch_delay.c
libavcodec/arm/dsputil_init_neon.c
libavcodec/arm/int_neon.S
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/x86/dsputil_yasm.asm