On 28 February 2018 at 23:38, Michael Niedermayer
wrote:
> On Tue, Feb 27, 2018 at 11:12:33PM +, Rostislav Pehlivanov wrote:
> > This commit replaces the huge and impractical LUT which converted coeffs
> > and a quantizer to bits to encode and instead uses a standard
> multiplication
> > and
On Tue, Feb 27, 2018 at 11:12:33PM +, Rostislav Pehlivanov wrote:
> This commit replaces the huge and impractical LUT which converted coeffs
> and a quantizer to bits to encode and instead uses a standard multiplication
> and a shift to replace the division and then codes the values using the
>
This commit replaces the huge and impractical LUT which converted coeffs
and a quantizer to bits to encode and instead uses a standard multiplication
and a shift to replace the division and then codes the values using the
regular golomb coding functions.
I was unable to see a performance difference