doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
registry.c
Go to the documentation of this file.
1 /********************************************************************
2  * *
3  * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4  * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
7  * *
8  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
9  * by the XIPHOPHORUS Company http://www.xiph.org/ *
10  * *
11  ********************************************************************
12 
13  function: registry for time, floor, res backends and channel mappings
14  last mod: $Id: registry.c,v 1.15 2002/07/11 06:40:50 xiphmont Exp $
15 
16  ********************************************************************/
17 
18 #include "../vorbis/codec.h"
19 #include "codec_internal.h"
20 #include "registry.h"
21 #include "misc.h"
22 /* seems like major overkill now; the backend numbers will grow into
23  the infrastructure soon enough */
24 
31 
35 };
36 
41 };
42 
45 };
46 
vorbis_func_mapping * _mapping_P[]
Definition: registry.c:43
vorbis_func_floor floor0_exportbundle
Definition: floor0.c:217
vorbis_func_residue residue2_exportbundle
Definition: res0.c:896
vorbis_func_residue residue0_exportbundle
Definition: res0.c:874
vorbis_func_mapping mapping0_exportbundle
Definition: mapping0.c:756
vorbis_func_floor * _floor_P[]
Definition: registry.c:32
vorbis_func_residue * _residue_P[]
Definition: registry.c:37
vorbis_func_residue residue1_exportbundle
Definition: res0.c:885
vorbis_func_floor floor1_exportbundle
Definition: floor1.c:1084