libavutil: add saturating addition functions
authorMans Rullgard <mans@mansr.com>
Sat, 11 Aug 2012 00:15:19 +0000 (01:15 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 13 Aug 2012 00:03:10 +0000 (01:03 +0100)
commit6c4975eaafd7f8f91e81ad8d6be744a434241fd3
tree9edb4f8cc534f15a876d417ab310468e43f26c1c
parent17c11cef9f99d31e31dd9176ee2f26bdf6e5d351
libavutil: add saturating addition functions

Fixed-point audio codecs often use saturating arithmetic, and
special instructions for these operations are common.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/arm/intmath.h
libavutil/common.h