-
- Downloads
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>
Showing
- libavcodec/acelp_pitch_delay.c 1 addition, 1 deletionlibavcodec/acelp_pitch_delay.c
- libavcodec/arm/dsputil_init_neon.c 1 addition, 2 deletionslibavcodec/arm/dsputil_init_neon.c
- libavcodec/arm/int_neon.S 2 additions, 26 deletionslibavcodec/arm/int_neon.S
- libavcodec/dsputil.c 2 additions, 2 deletionslibavcodec/dsputil.c
- libavcodec/dsputil.h 1 addition, 2 deletionslibavcodec/dsputil.h
- libavcodec/x86/dsputil_yasm.asm 2 additions, 5 deletionslibavcodec/x86/dsputil_yasm.asm
Loading
Please register or sign in to comment