I just wanted to ask you, did you ever used the floating-point DCT method?
The following differences are just compared between DCT float and DCT int (slow) method.
Pro:
- more accurate (depend on CPU)
- the difference should be not visible
- lower size
DCT Float in JPEG, Who use this?
Moderators: helmut, XnTriq, xnview
Re: DCT Float in JPEG, Who use this?
You means DCT float (slow)RGBA wrote: The following differences are just compared between DCT float and DCT int (slow) method.

Pierre.