Closed GoogleCodeExporter closed 9 years ago
Original comment by ya...@google.com
on 18 Nov 2013 at 7:01
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. The rate-distortion optimization loop at encoder will make this fall back
to other coding modes (usually of smaller prediction/transform size).
https://gerrit.chromium.org/gerrit/#/c/67842/
Original comment by jingn...@google.com
on 22 Nov 2013 at 11:30
Not all VP9 encoders will be able to handle the issue this way...
Original comment by pieter.k...@gmail.com
on 22 Nov 2013 at 11:57
Original issue reported on code.google.com by
pieter.k...@gmail.com
on 15 Nov 2013 at 9:08