zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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-2009 *
9  * by the Xiph.Org Foundation http://www.xiph.org/ *
10  * *
11  ********************************************************************
12 
13  function: registry for time, floor, res backends and channel mappings
14  last mod: $Id: registry.c 16227 2009-07-08 06:58:46Z xiphmont $
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 
32 const vorbis_func_floor *const _floor_P[]={
35 };
36 
41 };
42 
45 };
const vorbis_func_floor floor1_exportbundle
Definition: floor1.c:1096
const vorbis_func_residue *const _residue_P[]
Definition: registry.c:37
const vorbis_func_residue residue1_exportbundle
Definition: res0.c:869
const vorbis_func_residue residue2_exportbundle
Definition: res0.c:880
const vorbis_func_floor *const _floor_P[]
Definition: registry.c:32
const vorbis_func_residue residue0_exportbundle
Definition: res0.c:858
const vorbis_func_floor floor0_exportbundle
Definition: floor0.c:219
const vorbis_func_mapping mapping0_exportbundle
Definition: mapping0.c:810
const vorbis_func_mapping *const _mapping_P[]
Definition: registry.c:43