tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

files / third_party / libwebrtc / common_audio / signal_processing


ModeNameSize
-rw-r--r--auto_corr_to_refl_coef.c94L
-rw-r--r--auto_correlation.c64L
-rw-r--r--complex_bit_reverse.c106L
-rw-r--r--complex_bit_reverse_arm.S119L
-rw-r--r--complex_bit_reverse_mips.c153L
-rw-r--r--complex_fft.c267L
-rw-r--r--complex_fft_mips.c328L
-rw-r--r--complex_fft_tables.h132L
-rw-r--r--copy_set_operations.c72L
-rw-r--r--cross_correlation.c30L
-rw-r--r--cross_correlation_mips.c102L
-rw-r--r--cross_correlation_neon.c85L
-rw-r--r--division_operations.c123L
-rw-r--r--dot_product_with_scale.cc37L
-rw-r--r--dot_product_with_scale.h40L
-rw-r--r--downsample_fast.c64L
-rw-r--r--downsample_fast_mips.c167L
-rw-r--r--downsample_fast_neon.c223L
-rw-r--r--energy.c36L
-rw-r--r--filter_ar.c83L
-rw-r--r--filter_ar_fast_q12.c47L
-rw-r--r--filter_ar_fast_q12_armv7.S218L
-rw-r--r--filter_ar_fast_q12_mips.c137L
-rw-r--r--filter_ma_fast_q12.c50L
-rw-r--r--get_hanning_window.c64L
-rw-r--r--get_scaling_square.c41L
-rw-r--r--levinson_durbin.c243L
-rw-r--r--lpc_to_refl_coef.c52L
-rw-r--r--min_max_operations.c260L
-rw-r--r--min_max_operations_mips.c364L
-rw-r--r--min_max_operations_neon.c335L
-rw-r--r--randomization_functions.c106L
-rw-r--r--real_fft.c102L
-rw-r--r--real_fft_unittest.cc102L
-rw-r--r--refl_coef_to_lpc.c54L
-rw-r--r--resample.c511L
-rw-r--r--resample_48khz.c186L
-rw-r--r--resample_by_2.c185L
-rw-r--r--resample_by_2_internal.c673L
-rw-r--r--resample_by_2_internal.h60L
-rw-r--r--resample_by_2_mips.c285L
-rw-r--r--resample_fractional.c236L
-rw-r--r--signal_processing_unittest.cc679L
-rw-r--r--spl_init.c69L
-rw-r--r--spl_inl.c24L
-rw-r--r--spl_sqrt.c188L
-rw-r--r--splitting_filter.c217L
-rw-r--r--sqrt_of_one_minus_x_squared.c34L
-rw-r--r--vector_operations.c79L
-rw-r--r--vector_scaling_operations.c163L
-rw-r--r--vector_scaling_operations_mips.c64L
d---------include/-