Take out assertion from inverse transforms
authorJingning Han <jingning@google.com>
Fri, 15 Nov 2013 23:21:38 +0000 (15:21 -0800)
committerJingning Han <jingning@google.com>
Fri, 15 Nov 2013 23:30:47 +0000 (15:30 -0800)
commitbdc4371174e37748a7e64a13defd7b5437be190c
treef26a90b77b560d79ae7dd106419c01b5811ee36b
parent8d7bd4d1265ab24749ab5dcc4a0226e588fb1f8b
Take out assertion from inverse transforms

Separate the rounding and right shift operations of forward transform
from those of inverse transform. Take out the assertion check from
inverse transforms. If the transform coefficients were constructed to
cause intermediate steps of inverse transform overflow, the codec will
just let it overflow without breaking the decoding flow.

Change-Id: I73cfc3706c4e840fc543a77cbc4cdb0b05d07730
vp9/common/vp9_idct.h
vp9/encoder/vp9_dct.c