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
opj_t1_getnmsedec_sig() method is passed (bitpos + T1_NMSEDEC_FRACBITS)
and then uses (bitpos - T1_NMSEDEC_FRACBITS) in its computations.
No need to add, and then subtract, T1_NMSEDEC_FRACBITS.
Likewise for opj_t1_getnmsedec_ref() method.
Originally reported on Google Code with ID 479
Reported by boxerab on 2015-03-11 00:38:50
The text was updated successfully, but these errors were encountered: