Yaowu Xu 0a2b25dcb9 configure: add --enable-coefficient-range-checking
This commit adds a configure time option used to enable strict error
checking in decoder to make sure intermediate stage cofficients of
inverse transforms are within valid range of signed 16 bit integer.

For valid VP9 input streams, intermediate stage coefficients should
always stay within the range of a signed 16 bit integer. Coefficients
can go out of this range for invalid/corrupt VP9 streams. However,
strictly checking this range for every intermediate coefficient can
be a burden for decoder, therefore such validation is only enabled
with configure option --enable-coefficient-range-checking.

Change-Id: I47d47c8c4e48a922c3d223ca59064f51b3f0f5ed
2014-08-06 17:13:16 -07:00
..
2014-06-20 11:29:19 -07:00
2014-08-05 15:46:13 -07:00
2014-08-01 06:28:00 -07:00
2014-03-24 11:02:27 -07:00
2014-07-09 17:27:57 -07:00
2014-02-09 20:04:54 -08:00
2014-03-25 09:45:54 -07:00
2014-07-11 08:10:04 -07:00
2014-06-27 10:03:15 -07:00
2014-06-27 10:03:15 -07:00
2013-12-16 17:27:48 -08:00
2014-07-10 12:20:54 -07:00
2014-07-07 14:52:19 -07:00