Skip to content

Unnecessary rate distortion calculations  #479

Closed
@gcode-importer

Description

Originally reported on Google Code with ID 479

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.



Reported by boxerab on 2015-03-11 00:38:50

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions