Path: blob/master/thirdparty/libvorbis/modes/setup_11.h
9898 views
/********************************************************************1* *2* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *3* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *4* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *5* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *6* *7* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *8* by the Xiph.Org Foundation https://xiph.org/ *9* *10********************************************************************1112function: 11kHz settings1314********************************************************************/1516#include "psych_11.h"1718static const int blocksize_11[2]={19512,51220};2122static const int _floor_mapping_11a[]={236,624};25static const int *_floor_mapping_11[]={26_floor_mapping_11a27};2829static const double rate_mapping_11[3]={308000.,13000.,44000.,31};3233static const double rate_mapping_11_uncoupled[3]={3412000.,20000.,50000.,35};3637static const double quality_mapping_11[3]={38-.1,.0,1.39};4041static const ve_setup_data_template ve_setup_11_stereo={422,43rate_mapping_11,44quality_mapping_11,452,469000,4715000,4849blocksize_11,50blocksize_11,5152_psy_tone_masteratt_11,53_psy_tone_0dB,54_psy_tone_suppress,5556_vp_tonemask_adj_11,57NULL,58_vp_tonemask_adj_11,5960_psy_noiseguards_8,61_psy_noisebias_11,62_psy_noisebias_11,63NULL,64NULL,65_psy_noise_suppress,6667_psy_compand_8,68_psy_compand_8_mapping,69NULL,7071{_noise_start_8,_noise_start_8},72{_noise_part_8,_noise_part_8},73_noise_thresh_11,7475_psy_ath_floater_8,76_psy_ath_abs_8,7778_psy_lowpass_11,7980_psy_global_44,81_global_mapping_8,82_psy_stereo_modes_8,8384_floor_books,85_floor,861,87_floor_mapping_11,8889_mapres_template_8_stereo90};9192static const ve_setup_data_template ve_setup_11_uncoupled={932,94rate_mapping_11_uncoupled,95quality_mapping_11,96-1,979000,9815000,99100blocksize_11,101blocksize_11,102103_psy_tone_masteratt_11,104_psy_tone_0dB,105_psy_tone_suppress,106107_vp_tonemask_adj_11,108NULL,109_vp_tonemask_adj_11,110111_psy_noiseguards_8,112_psy_noisebias_11,113_psy_noisebias_11,114NULL,115NULL,116_psy_noise_suppress,117118_psy_compand_8,119_psy_compand_8_mapping,120NULL,121122{_noise_start_8,_noise_start_8},123{_noise_part_8,_noise_part_8},124_noise_thresh_11,125126_psy_ath_floater_8,127_psy_ath_abs_8,128129_psy_lowpass_11,130131_psy_global_44,132_global_mapping_8,133_psy_stereo_modes_8,134135_floor_books,136_floor,1371,138_floor_mapping_11,139140_mapres_template_8_uncoupled141};142143144