view libaf/dsp.h @ 14519:e2496c43fb46

synced (wording, formatting) the following lavc options: trell, cbp, mv0, qprd, last_pred, preme, subq, psnr, mpeg_quant, aic, aiv, umv
author kraymer
date Sun, 16 Jan 2005 19:03:52 +0000
parents 14090f7300a8
children 3f0d00abc073
line wrap: on
line source

/*=============================================================================
//	
//  This software has been released under the terms of the GNU General Public
//  license. See http://www.gnu.org/copyleft/gpl.html for details.
//
//  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
//
//=============================================================================
*/

#ifndef	_DSP_H
#define	_DSP_H 	1

/* Implementation of routines used for DSP */

/* Size of floating point type used in routines */
#define _ftype_t float

#include <window.h>
#include <filter.h>

#endif