media/libvorbis/lib/modes/psych_8.h

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 /********************************************************************
michael@0 2 * *
michael@0 3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
michael@0 4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
michael@0 5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
michael@0 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
michael@0 7 * *
michael@0 8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
michael@0 9 * by the Xiph.Org Foundation http://www.xiph.org/ *
michael@0 10 * *
michael@0 11 ********************************************************************
michael@0 12
michael@0 13 function: 8kHz psychoacoustic settings
michael@0 14 last mod: $Id: psych_8.h 16227 2009-07-08 06:58:46Z xiphmont $
michael@0 15
michael@0 16 ********************************************************************/
michael@0 17
michael@0 18 static const att3 _psy_tone_masteratt_8[3]={
michael@0 19 {{ 32, 25, 12}, 0, 0}, /* 0 */
michael@0 20 {{ 30, 25, 12}, 0, 0}, /* 0 */
michael@0 21 {{ 20, 0, -14}, 0, 0}, /* 0 */
michael@0 22 };
michael@0 23
michael@0 24 static const vp_adjblock _vp_tonemask_adj_8[3]={
michael@0 25 /* adjust for mode zero */
michael@0 26 /* 63 125 250 500 1 2 4 8 16 */
michael@0 27 {{-15,-15,-15,-15,-10,-10, -6, 0, 0, 0, 0,10, 0, 0,99,99,99}}, /* 1 */
michael@0 28 {{-15,-15,-15,-15,-10,-10, -6, 0, 0, 0, 0,10, 0, 0,99,99,99}}, /* 1 */
michael@0 29 {{-15,-15,-15,-15,-10,-10, -6, 0, 0, 0, 0, 0, 0, 0,99,99,99}}, /* 1 */
michael@0 30 };
michael@0 31
michael@0 32
michael@0 33 static const noise3 _psy_noisebias_8[3]={
michael@0 34 /* 63 125 250 500 1k 2k 4k 8k 16k*/
michael@0 35 {{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 8, 8, 8, 10, 10, 99, 99, 99},
michael@0 36 {-10,-10,-10,-10, -5, -5, -5, 0, 0, 4, 4, 4, 4, 4, 99, 99, 99},
michael@0 37 {-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, 99, 99, 99}}},
michael@0 38
michael@0 39 {{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 8, 8, 8, 10, 10, 99, 99, 99},
michael@0 40 {-10,-10,-10,-10,-10,-10, -5, -5, -5, 0, 0, 0, 0, 0, 99, 99, 99},
michael@0 41 {-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, 99, 99, 99}}},
michael@0 42
michael@0 43 {{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 99, 99, 99},
michael@0 44 {-30,-30,-30,-30,-26,-22,-20,-14,-12,-12,-10,-10,-10,-10, 99, 99, 99},
michael@0 45 {-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24, 99, 99, 99}}},
michael@0 46 };
michael@0 47
michael@0 48 /* stereo mode by base quality level */
michael@0 49 static const adj_stereo _psy_stereo_modes_8[3]={
michael@0 50 /* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 */
michael@0 51 {{ 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
michael@0 52 { 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
michael@0 53 { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
michael@0 54 { 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
michael@0 55 {{ 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
michael@0 56 { 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
michael@0 57 { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
michael@0 58 { 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
michael@0 59 {{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
michael@0 60 { 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
michael@0 61 { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
michael@0 62 { 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
michael@0 63 };
michael@0 64
michael@0 65 static const noiseguard _psy_noiseguards_8[2]={
michael@0 66 {10,10,-1},
michael@0 67 {10,10,-1},
michael@0 68 };
michael@0 69
michael@0 70 static const compandblock _psy_compand_8[2]={
michael@0 71 {{
michael@0 72 0, 1, 2, 3, 4, 5, 6, 7, /* 7dB */
michael@0 73 8, 8, 9, 9,10,10,11, 11, /* 15dB */
michael@0 74 12,12,13,13,14,14,15, 15, /* 23dB */
michael@0 75 16,16,17,17,17,18,18, 19, /* 31dB */
michael@0 76 19,19,20,21,22,23,24, 25, /* 39dB */
michael@0 77 }},
michael@0 78 {{
michael@0 79 0, 1, 2, 3, 4, 5, 6, 6, /* 7dB */
michael@0 80 7, 7, 6, 6, 5, 5, 4, 4, /* 15dB */
michael@0 81 3, 3, 3, 4, 5, 6, 7, 8, /* 23dB */
michael@0 82 9,10,11,12,13,14,15, 16, /* 31dB */
michael@0 83 17,18,19,20,21,22,23, 24, /* 39dB */
michael@0 84 }},
michael@0 85 };
michael@0 86
michael@0 87 static const double _psy_lowpass_8[3]={3.,4.,4.};
michael@0 88 static const int _noise_start_8[2]={
michael@0 89 64,64,
michael@0 90 };
michael@0 91 static const int _noise_part_8[2]={
michael@0 92 8,8,
michael@0 93 };
michael@0 94
michael@0 95 static const int _psy_ath_floater_8[3]={
michael@0 96 -100,-100,-105,
michael@0 97 };
michael@0 98
michael@0 99 static const int _psy_ath_abs_8[3]={
michael@0 100 -130,-130,-140,
michael@0 101 };

mercurial