X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fwindow.h;h=934ed337c1d21b4a64f82304b7a3f495dd01d994;hb=20104ce7e73d9fc0467e0b16f1d0b614836a4f56;hp=644240168b550c12c97a319daf13af8524e4abba;hpb=b01d545f4f5d986d408b4890976826e70e32d1fb;p=platform%2Fupstream%2Flibvorbis.git diff --git a/lib/window.h b/lib/window.h index 6442401..934ed33 100644 --- a/lib/window.h +++ b/lib/window.h @@ -1,26 +1,26 @@ /******************************************************************** * * - * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. * - * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY * - * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. * - * PLEASE READ THESE TERMS DISTRIBUTING. * + * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 * - * by 1999 Monty and The XIPHOPHORUS Company * - * http://www.xiph.org/ * + * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * + * by the Xiph.Org Foundation http://www.xiph.org/ * * * ******************************************************************** function: window functions - author: Monty - modifications by: Monty - last modification date: Jul 27 1999 + last mod: $Id$ ********************************************************************/ #ifndef _V_WINDOW_ #define _V_WINDOW_ -extern double *_vorbis_window(int window,int left,int right); +extern const float *_vorbis_window_get(int n); +extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes, + int lW,int W,int nW); + #endif