Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSE optimized 32-point DCT | Vitor Sessak | 2010-07-06 | 1 | -0/+2 |
* | More mp{1,2,3} 32-point DCT transform to our common DCT framework. | Vitor Sessak | 2010-06-30 | 1 | -0/+14 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Implement the discrete sine/cosine transforms DCT-I and DST-I | Vitor Sessak | 2010-03-23 | 1 | -7/+68 |
* | Reindent after r22618. | Vitor Sessak | 2010-03-21 | 1 | -42/+43 |
* | Split DCT-II and DCT-III in different functions, they do not share any code. | Vitor Sessak | 2010-03-21 | 1 | -5/+11 |
* | Call DCT by function pointer. Needed for any future ASM implementation and | Vitor Sessak | 2010-03-21 | 1 | -1/+3 |
* | Cosmetics: move ff_dct_init() to the bottom of the file | Vitor Sessak | 2010-03-21 | 1 | -25/+25 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -1/+2 |
* | Floating point discrete cosine transform | Vitor Sessak | 2010-01-20 | 1 | -0/+139 |