google / butteraugli

butteraugli estimates the psychovisual difference between two images
Apache License 2.0
1.96k stars 137 forks source link

Migrate libjpeg to libjpeg turbo #12

Open khavishbhundoo opened 7 years ago

khavishbhundoo commented 7 years ago

libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal.

khavishbhundoo commented 7 years ago

https://github.com/google/butteraugli/pull/13