Decouple metering from bwc field #20
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TOPIO/BigWhoop#20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The metering option should only be used if profiling is done by the user. Therefore the meter substructure in bwc_field should be moved into a separate type def and added to the code through a pre proc directive. Codestream Size and other vlues necessary for (de)compression are to be added to bwc_gl_inf.
I am looking into this because I am looking into the data structures for GPU porting.
Extracting metering is straightforward. Otherwise
bwc_field
packages tile, global info, and control. I think it would be ok to preserve this packaging asbwc_field
.