Justin Ruggles wrote: > ... For example, when exponents & bit > allocation parameters are reused from the previous block, most of the > bit allocation routine can be skipped. I want to add that the decoder does already take advantage of this to some extent with the use of bit_alloc_flags, but it still does more than it really needs to. -Justin