Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

window.h

00001 // Copyright (C) 2001 Jean-Marc Valin
00002 
00003 /********************************************************************
00004  *                                                                  *
00005  * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE.  *
00006  * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
00007  * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE.    *
00008  * PLEASE READ THESE TERMS DISTRIBUTING.                            *
00009  *                                                                  *
00010  * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000             *
00011  * by Monty <monty@xiph.org> and The XIPHOPHORUS Company            *
00012  * http://www.xiph.org/                                             *
00013  *                                                                  *
00014  ********************************************************************
00015 
00016  function: window functions
00017  last mod: $Id: window.h,v 1.3 2001/05/25 21:33:19 jmvalin Exp $
00018 
00019  ********************************************************************/
00020 
00021 #ifndef _V_WINDOW_
00022 #define _V_WINDOW_
00023 
00024 #ifdef __cplusplus
00025 extern "C"
00026 {
00027 #endif /* __cplusplus */
00028 
00029 
00030 #define VI_WINDOWB 1
00031 extern double *_vorbis_window(int type,int window,int left,int right);
00032 
00033 #ifdef __cplusplus
00034 }
00035 #endif /* __cplusplus */
00036 
00037 #endif

Generated on Wed Oct 5 14:28:56 2005 for FlowDesigner by  doxygen 1.4.4