Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | # THIS FILE WAS AUTOMATICALLY GENERATED BY gen-sources.py. DO NOT EDIT. |
michael@0 | 2 | celt_sources = [ |
michael@0 | 3 | 'celt/bands.c', |
michael@0 | 4 | 'celt/celt.c', |
michael@0 | 5 | 'celt/celt_decoder.c', |
michael@0 | 6 | 'celt/celt_encoder.c', |
michael@0 | 7 | 'celt/celt_lpc.c', |
michael@0 | 8 | 'celt/cwrs.c', |
michael@0 | 9 | 'celt/entcode.c', |
michael@0 | 10 | 'celt/entdec.c', |
michael@0 | 11 | 'celt/entenc.c', |
michael@0 | 12 | 'celt/kiss_fft.c', |
michael@0 | 13 | 'celt/laplace.c', |
michael@0 | 14 | 'celt/mathops.c', |
michael@0 | 15 | 'celt/mdct.c', |
michael@0 | 16 | 'celt/modes.c', |
michael@0 | 17 | 'celt/pitch.c', |
michael@0 | 18 | 'celt/quant_bands.c', |
michael@0 | 19 | 'celt/rate.c', |
michael@0 | 20 | 'celt/vq.c', |
michael@0 | 21 | ] |
michael@0 | 22 | |
michael@0 | 23 | celt_sources_arm = [ |
michael@0 | 24 | 'celt/arm/arm_celt_map.c', |
michael@0 | 25 | 'celt/arm/armcpu.c', |
michael@0 | 26 | ] |
michael@0 | 27 | |
michael@0 | 28 | celt_sources_arm_asm = [ |
michael@0 | 29 | 'celt/arm/celt_pitch_xcorr_arm.s', |
michael@0 | 30 | ] |
michael@0 | 31 | |
michael@0 | 32 | celt_am_sources_arm_asm = [ |
michael@0 | 33 | 'celt/arm/armopts.s.in', |
michael@0 | 34 | ] |
michael@0 | 35 | |
michael@0 | 36 | opus_sources = [ |
michael@0 | 37 | 'src/opus.c', |
michael@0 | 38 | 'src/opus_decoder.c', |
michael@0 | 39 | 'src/opus_encoder.c', |
michael@0 | 40 | 'src/opus_multistream.c', |
michael@0 | 41 | 'src/opus_multistream_decoder.c', |
michael@0 | 42 | 'src/opus_multistream_encoder.c', |
michael@0 | 43 | 'src/repacketizer.c', |
michael@0 | 44 | ] |
michael@0 | 45 | |
michael@0 | 46 | opus_sources_float = [ |
michael@0 | 47 | 'src/analysis.c', |
michael@0 | 48 | 'src/mlp.c', |
michael@0 | 49 | 'src/mlp_data.c', |
michael@0 | 50 | ] |
michael@0 | 51 | |
michael@0 | 52 | silk_sources = [ |
michael@0 | 53 | 'silk/A2NLSF.c', |
michael@0 | 54 | 'silk/ana_filt_bank_1.c', |
michael@0 | 55 | 'silk/biquad_alt.c', |
michael@0 | 56 | 'silk/bwexpander.c', |
michael@0 | 57 | 'silk/bwexpander_32.c', |
michael@0 | 58 | 'silk/check_control_input.c', |
michael@0 | 59 | 'silk/CNG.c', |
michael@0 | 60 | 'silk/code_signs.c', |
michael@0 | 61 | 'silk/control_audio_bandwidth.c', |
michael@0 | 62 | 'silk/control_codec.c', |
michael@0 | 63 | 'silk/control_SNR.c', |
michael@0 | 64 | 'silk/debug.c', |
michael@0 | 65 | 'silk/dec_API.c', |
michael@0 | 66 | 'silk/decode_core.c', |
michael@0 | 67 | 'silk/decode_frame.c', |
michael@0 | 68 | 'silk/decode_indices.c', |
michael@0 | 69 | 'silk/decode_parameters.c', |
michael@0 | 70 | 'silk/decode_pitch.c', |
michael@0 | 71 | 'silk/decode_pulses.c', |
michael@0 | 72 | 'silk/decoder_set_fs.c', |
michael@0 | 73 | 'silk/enc_API.c', |
michael@0 | 74 | 'silk/encode_indices.c', |
michael@0 | 75 | 'silk/encode_pulses.c', |
michael@0 | 76 | 'silk/gain_quant.c', |
michael@0 | 77 | 'silk/HP_variable_cutoff.c', |
michael@0 | 78 | 'silk/init_decoder.c', |
michael@0 | 79 | 'silk/init_encoder.c', |
michael@0 | 80 | 'silk/inner_prod_aligned.c', |
michael@0 | 81 | 'silk/interpolate.c', |
michael@0 | 82 | 'silk/lin2log.c', |
michael@0 | 83 | 'silk/log2lin.c', |
michael@0 | 84 | 'silk/LP_variable_cutoff.c', |
michael@0 | 85 | 'silk/LPC_analysis_filter.c', |
michael@0 | 86 | 'silk/LPC_inv_pred_gain.c', |
michael@0 | 87 | 'silk/NLSF2A.c', |
michael@0 | 88 | 'silk/NLSF_decode.c', |
michael@0 | 89 | 'silk/NLSF_del_dec_quant.c', |
michael@0 | 90 | 'silk/NLSF_encode.c', |
michael@0 | 91 | 'silk/NLSF_stabilize.c', |
michael@0 | 92 | 'silk/NLSF_unpack.c', |
michael@0 | 93 | 'silk/NLSF_VQ.c', |
michael@0 | 94 | 'silk/NLSF_VQ_weights_laroia.c', |
michael@0 | 95 | 'silk/NSQ.c', |
michael@0 | 96 | 'silk/NSQ_del_dec.c', |
michael@0 | 97 | 'silk/pitch_est_tables.c', |
michael@0 | 98 | 'silk/PLC.c', |
michael@0 | 99 | 'silk/process_NLSFs.c', |
michael@0 | 100 | 'silk/quant_LTP_gains.c', |
michael@0 | 101 | 'silk/resampler.c', |
michael@0 | 102 | 'silk/resampler_down2.c', |
michael@0 | 103 | 'silk/resampler_down2_3.c', |
michael@0 | 104 | 'silk/resampler_private_AR2.c', |
michael@0 | 105 | 'silk/resampler_private_down_FIR.c', |
michael@0 | 106 | 'silk/resampler_private_IIR_FIR.c', |
michael@0 | 107 | 'silk/resampler_private_up2_HQ.c', |
michael@0 | 108 | 'silk/resampler_rom.c', |
michael@0 | 109 | 'silk/shell_coder.c', |
michael@0 | 110 | 'silk/sigm_Q15.c', |
michael@0 | 111 | 'silk/sort.c', |
michael@0 | 112 | 'silk/stereo_decode_pred.c', |
michael@0 | 113 | 'silk/stereo_encode_pred.c', |
michael@0 | 114 | 'silk/stereo_find_predictor.c', |
michael@0 | 115 | 'silk/stereo_LR_to_MS.c', |
michael@0 | 116 | 'silk/stereo_MS_to_LR.c', |
michael@0 | 117 | 'silk/stereo_quant_pred.c', |
michael@0 | 118 | 'silk/sum_sqr_shift.c', |
michael@0 | 119 | 'silk/table_LSF_cos.c', |
michael@0 | 120 | 'silk/tables_gain.c', |
michael@0 | 121 | 'silk/tables_LTP.c', |
michael@0 | 122 | 'silk/tables_NLSF_CB_NB_MB.c', |
michael@0 | 123 | 'silk/tables_NLSF_CB_WB.c', |
michael@0 | 124 | 'silk/tables_other.c', |
michael@0 | 125 | 'silk/tables_pitch_lag.c', |
michael@0 | 126 | 'silk/tables_pulses_per_block.c', |
michael@0 | 127 | 'silk/VAD.c', |
michael@0 | 128 | 'silk/VQ_WMat_EC.c', |
michael@0 | 129 | ] |
michael@0 | 130 | |
michael@0 | 131 | silk_sources_fixed = [ |
michael@0 | 132 | 'silk/fixed/apply_sine_window_FIX.c', |
michael@0 | 133 | 'silk/fixed/autocorr_FIX.c', |
michael@0 | 134 | 'silk/fixed/burg_modified_FIX.c', |
michael@0 | 135 | 'silk/fixed/corrMatrix_FIX.c', |
michael@0 | 136 | 'silk/fixed/encode_frame_FIX.c', |
michael@0 | 137 | 'silk/fixed/find_LPC_FIX.c', |
michael@0 | 138 | 'silk/fixed/find_LTP_FIX.c', |
michael@0 | 139 | 'silk/fixed/find_pitch_lags_FIX.c', |
michael@0 | 140 | 'silk/fixed/find_pred_coefs_FIX.c', |
michael@0 | 141 | 'silk/fixed/k2a_FIX.c', |
michael@0 | 142 | 'silk/fixed/k2a_Q16_FIX.c', |
michael@0 | 143 | 'silk/fixed/LTP_analysis_filter_FIX.c', |
michael@0 | 144 | 'silk/fixed/LTP_scale_ctrl_FIX.c', |
michael@0 | 145 | 'silk/fixed/noise_shape_analysis_FIX.c', |
michael@0 | 146 | 'silk/fixed/pitch_analysis_core_FIX.c', |
michael@0 | 147 | 'silk/fixed/prefilter_FIX.c', |
michael@0 | 148 | 'silk/fixed/process_gains_FIX.c', |
michael@0 | 149 | 'silk/fixed/regularize_correlations_FIX.c', |
michael@0 | 150 | 'silk/fixed/residual_energy16_FIX.c', |
michael@0 | 151 | 'silk/fixed/residual_energy_FIX.c', |
michael@0 | 152 | 'silk/fixed/schur64_FIX.c', |
michael@0 | 153 | 'silk/fixed/schur_FIX.c', |
michael@0 | 154 | 'silk/fixed/solve_LS_FIX.c', |
michael@0 | 155 | 'silk/fixed/vector_ops_FIX.c', |
michael@0 | 156 | 'silk/fixed/warped_autocorrelation_FIX.c', |
michael@0 | 157 | ] |
michael@0 | 158 | |
michael@0 | 159 | silk_sources_float = [ |
michael@0 | 160 | 'silk/float/apply_sine_window_FLP.c', |
michael@0 | 161 | 'silk/float/autocorrelation_FLP.c', |
michael@0 | 162 | 'silk/float/burg_modified_FLP.c', |
michael@0 | 163 | 'silk/float/bwexpander_FLP.c', |
michael@0 | 164 | 'silk/float/corrMatrix_FLP.c', |
michael@0 | 165 | 'silk/float/encode_frame_FLP.c', |
michael@0 | 166 | 'silk/float/energy_FLP.c', |
michael@0 | 167 | 'silk/float/find_LPC_FLP.c', |
michael@0 | 168 | 'silk/float/find_LTP_FLP.c', |
michael@0 | 169 | 'silk/float/find_pitch_lags_FLP.c', |
michael@0 | 170 | 'silk/float/find_pred_coefs_FLP.c', |
michael@0 | 171 | 'silk/float/inner_product_FLP.c', |
michael@0 | 172 | 'silk/float/k2a_FLP.c', |
michael@0 | 173 | 'silk/float/levinsondurbin_FLP.c', |
michael@0 | 174 | 'silk/float/LPC_analysis_filter_FLP.c', |
michael@0 | 175 | 'silk/float/LPC_inv_pred_gain_FLP.c', |
michael@0 | 176 | 'silk/float/LTP_analysis_filter_FLP.c', |
michael@0 | 177 | 'silk/float/LTP_scale_ctrl_FLP.c', |
michael@0 | 178 | 'silk/float/noise_shape_analysis_FLP.c', |
michael@0 | 179 | 'silk/float/pitch_analysis_core_FLP.c', |
michael@0 | 180 | 'silk/float/prefilter_FLP.c', |
michael@0 | 181 | 'silk/float/process_gains_FLP.c', |
michael@0 | 182 | 'silk/float/regularize_correlations_FLP.c', |
michael@0 | 183 | 'silk/float/residual_energy_FLP.c', |
michael@0 | 184 | 'silk/float/scale_copy_vector_FLP.c', |
michael@0 | 185 | 'silk/float/scale_vector_FLP.c', |
michael@0 | 186 | 'silk/float/schur_FLP.c', |
michael@0 | 187 | 'silk/float/solve_LS_FLP.c', |
michael@0 | 188 | 'silk/float/sort_FLP.c', |
michael@0 | 189 | 'silk/float/warped_autocorrelation_FLP.c', |
michael@0 | 190 | 'silk/float/wrappers_FLP.c', |
michael@0 | 191 | ] |
michael@0 | 192 |