comparison faandct.h @ 1562:bf452704100f libavcodec

optionally merge postscale into quantization table for the float aan dct
author michael
date Thu, 23 Oct 2003 09:11:56 +0000
parents 5d53c03186a1
children aa4dc16c0f18
comparison
equal deleted inserted replaced
1561:aa71c7981523 1562:bf452704100f
23 * @brief 23 * @brief
24 * Floating point AAN DCT 24 * Floating point AAN DCT
25 * @author Michael Niedermayer <michaelni@gmx.at> 25 * @author Michael Niedermayer <michaelni@gmx.at>
26 */ 26 */
27 27
28 #define FAAN_POSTSCALE
29
28 void ff_faandct(DCTELEM * data); 30 void ff_faandct(DCTELEM * data);