examples/sfexamples/oggvorbiscodec/src/tremor/window.h

00001 /********************************************************************
00002  *                                                                  *
00003  * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE.   *
00004  *                                                                  *
00005  * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
00006  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
00007  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
00008  *                                                                  *
00009  * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002    *
00010  * BY THE Xiph.Org FOUNDATION http://www.xiph.org/                  *
00011  *                                                                  *
00012  ********************************************************************
00013 
00014  function: window functions
00015 
00016  ********************************************************************/
00017 
00018 #ifndef _V_WINDOW_
00019 #define _V_WINDOW_
00020 
00021 extern const void *_vorbis_window(int type,int left);
00022 extern void _vorbis_apply_window(ogg_int32_t *d,const void *window[2],
00023                                  long *blocksizes,
00024                                  int lW,int W,int nW);
00025 
00026 
00027 #endif

Generated by  doxygen 1.6.2