You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
What steps will reproduce the problem?
1.Compress an image such that in optimizeAlpha8(..) the terms beta2_sum and
alphabeta_sum are both zero
2. Then the computation of factor = 1.0f / (...) causes division by zero
3.
What is the expected output? What do you see instead?
The factor term should never be INF, it causes some problems with MSVC 2013
What version of the product are you using? On what operating system?
Latest from SVN. OS is Win7 64-bit.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 28 Apr 2014 at 7:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Apr 2014 at 7:03The text was updated successfully, but these errors were encountered: