Skip to content
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

Treat values as fixed point when converting to bit rates during quantization #427

Open
nfrechette opened this issue Aug 14, 2022 · 0 comments

Comments

@nfrechette
Copy link
Owner

When we try bit rates, we decay our values by simulating quantization to the desired number of bits. Perhaps instead we could quantize once to the highest bit rate, and shift the least significant bits off.

Can we treat the values as fixed point since the range is fixed?

If we can, can we leverage this somehow during decompression or by streaming those truncated bits?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant