#59 closed enhancement (fixed)Memory issue - unnecessarily long variable type
Description
Comments from Tourapis, Alexis. Thanks!
Currently motion vector and reference indices use Int-type variable. There are other cases using unnecessarily long variable type. Check them and replace them by suitable types. It can reduce memory considerably. Change History (7)comment:1 Changed 13 years ago by fbossen
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
comment:5 Changed 11 years ago by fbossen
comment:6 Changed 10 years ago by ksuehring
Several changes have been applied over time to reduce memory usage. Thus I'm closing this general bug.
If anything is still open, please open new issues with concrete suggestions. comment:7 Changed 10 years ago by ksuehring
Ticket #57 has been marked as a duplicate of this ticket. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Do quantized transform coefficients require 32-bit storage?
typedef Int TCoeff;