Path: blob/master/thirdparty/libvorbis/modes/setup_8.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: 8kHz settings1314********************************************************************/1516#include "psych_8.h"17#include "residue_8.h"1819static const int blocksize_8[2]={20512,51221};2223static const int _floor_mapping_8a[]={246,625};2627static const int *_floor_mapping_8[]={28_floor_mapping_8a29};3031static const double rate_mapping_8[3]={326000.,9000.,32000.,33};3435static const double rate_mapping_8_uncoupled[3]={368000.,14000.,42000.,37};3839static const double quality_mapping_8[3]={40-.1,.0,1.41};4243static const double _psy_compand_8_mapping[3]={ 0., 1., 1.};4445static const double _global_mapping_8[3]={ 1., 2., 3. };4647static const ve_setup_data_template ve_setup_8_stereo={482,49rate_mapping_8,50quality_mapping_8,512,528000,539000,5455blocksize_8,56blocksize_8,5758_psy_tone_masteratt_8,59_psy_tone_0dB,60_psy_tone_suppress,6162_vp_tonemask_adj_8,63NULL,64_vp_tonemask_adj_8,6566_psy_noiseguards_8,67_psy_noisebias_8,68_psy_noisebias_8,69NULL,70NULL,71_psy_noise_suppress,7273_psy_compand_8,74_psy_compand_8_mapping,75NULL,7677{_noise_start_8,_noise_start_8},78{_noise_part_8,_noise_part_8},79_noise_thresh_5only,8081_psy_ath_floater_8,82_psy_ath_abs_8,8384_psy_lowpass_8,8586_psy_global_44,87_global_mapping_8,88_psy_stereo_modes_8,8990_floor_books,91_floor,921,93_floor_mapping_8,9495_mapres_template_8_stereo96};9798static const ve_setup_data_template ve_setup_8_uncoupled={992,100rate_mapping_8_uncoupled,101quality_mapping_8,102-1,1038000,1049000,105106blocksize_8,107blocksize_8,108109_psy_tone_masteratt_8,110_psy_tone_0dB,111_psy_tone_suppress,112113_vp_tonemask_adj_8,114NULL,115_vp_tonemask_adj_8,116117_psy_noiseguards_8,118_psy_noisebias_8,119_psy_noisebias_8,120NULL,121NULL,122_psy_noise_suppress,123124_psy_compand_8,125_psy_compand_8_mapping,126NULL,127128{_noise_start_8,_noise_start_8},129{_noise_part_8,_noise_part_8},130_noise_thresh_5only,131132_psy_ath_floater_8,133_psy_ath_abs_8,134135_psy_lowpass_8,136137_psy_global_44,138_global_mapping_8,139_psy_stereo_modes_8,140141_floor_books,142_floor,1431,144_floor_mapping_8,145146_mapres_template_8_uncoupled147};148149150