norishigefukushima / dct_simd

SIMD implementation of 4x4 and 8x8 Fast DCT with OpenCV demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dct_simd

The code is 4x4, 8x8, and 16x16 Fast DCT implimentaion with C++ and SIMD intrinsics, and has an OpenCV demo. The DCT code itself does not require OpenCV lib.

The code is based on

  • for 4x4, 8x8 Christoph Loeffler ,Adriaan Ligtenberg Moschytz “Practical fast 1-D DCT algorithm with 11 Multiplications,” Proc. IEEE ICASSP,vol 2,pp.988-991,Feb 1989.

  • for 16x16 Plonka, Gerlind, and Manfred Tasche. "Fast and numerically stable algorithms for discrete cosine transforms." Linear algebra and its applications 394 (2005) : 309 - 345.

About

SIMD implementation of 4x4 and 8x8 Fast DCT with OpenCV demo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%