webmproject / sjpeg

SimpleJPEG: simple jpeg encoder
Apache License 2.0
72 stars 13 forks source link

small speed-optim during PSNR search #30

Closed skal65535 closed 6 years ago

skal65535 commented 6 years ago

we don't need to optimize the Huffman table inside the loop, if we're only targetting PSNR. We can do this after the search only.

Change-Id: I2f2159c1997997aa4be131becbb9dcd9332e80e2