You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: