vrshoot

diff libs/vorbis/modes/setup_44u.h @ 0:b2f14e535253

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 01 Feb 2014 19:58:19 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/vorbis/modes/setup_44u.h	Sat Feb 01 19:58:19 2014 +0200
     1.3 @@ -0,0 +1,74 @@
     1.4 +/********************************************************************
     1.5 + *                                                                  *
     1.6 + * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
     1.7 + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
     1.8 + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
     1.9 + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
    1.10 + *                                                                  *
    1.11 + * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009             *
    1.12 + * by the Xiph.Org Foundation http://www.xiph.org/                  *
    1.13 + *                                                                  *
    1.14 + ********************************************************************
    1.15 +
    1.16 + function: toplevel settings for 44.1/48kHz uncoupled modes
    1.17 + last mod: $Id: setup_44u.h 16962 2010-03-11 07:30:34Z xiphmont $
    1.18 +
    1.19 + ********************************************************************/
    1.20 +
    1.21 +#include "modes/residue_44u.h"
    1.22 +
    1.23 +static const double rate_mapping_44_un[12]={
    1.24 +  32000.,48000.,60000.,70000.,80000.,86000.,
    1.25 +  96000.,110000.,120000.,140000.,160000.,240001.
    1.26 +};
    1.27 +
    1.28 +static const ve_setup_data_template ve_setup_44_uncoupled={
    1.29 +  11,
    1.30 +  rate_mapping_44_un,
    1.31 +  quality_mapping_44,
    1.32 +  -1,
    1.33 +  40000,
    1.34 +  50000,
    1.35 +
    1.36 +  blocksize_short_44,
    1.37 +  blocksize_long_44,
    1.38 +
    1.39 +  _psy_tone_masteratt_44,
    1.40 +  _psy_tone_0dB,
    1.41 +  _psy_tone_suppress,
    1.42 +
    1.43 +  _vp_tonemask_adj_otherblock,
    1.44 +  _vp_tonemask_adj_longblock,
    1.45 +  _vp_tonemask_adj_otherblock,
    1.46 +
    1.47 +  _psy_noiseguards_44,
    1.48 +  _psy_noisebias_impulse,
    1.49 +  _psy_noisebias_padding,
    1.50 +  _psy_noisebias_trans,
    1.51 +  _psy_noisebias_long,
    1.52 +  _psy_noise_suppress,
    1.53 +
    1.54 +  _psy_compand_44,
    1.55 +  _psy_compand_short_mapping,
    1.56 +  _psy_compand_long_mapping,
    1.57 +
    1.58 +  {_noise_start_short_44,_noise_start_long_44},
    1.59 +  {_noise_part_short_44,_noise_part_long_44},
    1.60 +  _noise_thresh_44,
    1.61 +
    1.62 +  _psy_ath_floater,
    1.63 +  _psy_ath_abs,
    1.64 +
    1.65 +  _psy_lowpass_44,
    1.66 +
    1.67 +  _psy_global_44,
    1.68 +  _global_mapping_44,
    1.69 +  _psy_stereo_modes_44,
    1.70 +
    1.71 +  _floor_books,
    1.72 +  _floor,
    1.73 +  2,
    1.74 +  _floor_mapping_44,
    1.75 +
    1.76 +  _mapres_template_44_uncoupled
    1.77 +};