1 /********************************************************************
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. *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
9 * by the Xiph.Org Foundation http://www.xiph.org/ *
11 ********************************************************************
13 function: 8kHz settings
14 last mod: $Id: setup_8.h 16894 2010-02-12 20:32:12Z xiphmont $
16 ********************************************************************/
19 #include "residue_8.h"
21 static const int blocksize_8[2]={
25 static const int _floor_mapping_8a[]={
29 static const int *_floor_mapping_8[]={
33 static const double rate_mapping_8[3]={
37 static const double rate_mapping_8_uncoupled[3]={
41 static const double quality_mapping_8[3]={
45 static const double _psy_compand_8_mapping[3]={ 0., 1., 1.};
47 static const double _global_mapping_8[3]={ 1., 2., 3. };
49 static const ve_setup_data_template ve_setup_8_stereo={
60 _psy_tone_masteratt_8,
76 _psy_compand_8_mapping,
79 {_noise_start_8,_noise_start_8},
80 {_noise_part_8,_noise_part_8},
97 _mapres_template_8_stereo
100 static const ve_setup_data_template ve_setup_8_uncoupled={
102 rate_mapping_8_uncoupled,
111 _psy_tone_masteratt_8,
127 _psy_compand_8_mapping,
130 {_noise_start_8,_noise_start_8},
131 {_noise_part_8,_noise_part_8},
148 _mapres_template_8_uncoupled