examples/SFExamples/oggvorbiscodec94/src/libvorbis/lib/window.h

00001 /********************************************************************
00002  *                                                                  *
00003  * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
00004  * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
00005  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
00006  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
00007  *                                                                  *
00008  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
00009  * by the XIPHOPHORUS Company http://www.xiph.org/                  *
00010  *                                                                  *
00011  ********************************************************************
00012 
00013  function: window functions
00014  last mod: $Id: window.h 7187 2004-07-20 07:24:27Z xiphmont $
00015 
00016  ********************************************************************/
00017 
00018 #ifndef _V_WINDOW_
00019 #define _V_WINDOW_
00020 
00021 extern float *_vorbis_window_get(int n);
00022 extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes,
00023                           int lW,int W,int nW);
00024 
00025 
00026 #endif

Generated by  doxygen 1.6.2