-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encoder feature request : support multiple HT sets #37
Comments
I think so. There is an open discussion: |
@osamu620 thanks - is it difficult to change the current block encoder so that is takes a non-zero |
@boxerab
To do so with non-zero The major part of the work would be the implementation of distortion estimation AND HT SigProp and MagRef encoding to generate HT Refinement segment. If a code block has HT SigProp and MagRef passes, the total number of coding passes in the block is three. (If no MagRef, the number is two) |
@boxerab |
@osamu620 that would be great! I have some more optimisations to do, and then I can work on SigProp and MagRef passes, which are quite similar to Part 1 block coder passes. |
This would be a first step towards adding rate control to the encoder.
@osamu620 the simplest approach would be, as you suggested in another issue, to only perform cleanup pass in each HT set.
The text was updated successfully, but these errors were encountered: