webrtc/src/common_audio/signal_processing
mflodman@webrtc.org 6af9594d71 Added gyp variable to include/exclude all tests.
BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/597004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2292 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-24 13:23:35 +00:00
..
include Same code change from issue 428004, with uint corrected to uint32_t in WebRtcSpl_MaxAbsValueW32, for a MAC compiler error. 2012-04-11 17:40:40 +00:00
Android.mk Optimized function WebRtcSpl_ScaleAndAddVectorsWithRound() for ARM-NEON platforms, and refactor it for generic C. 2012-03-16 16:29:37 +00:00
auto_corr_to_refl_coef.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
auto_correlation.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
complex_bit_reverse_arm.s Optimized WebRtcSpl_ComplexBitReverse() for general ARM platforms and generic C. 2012-02-23 22:38:56 +00:00
complex_bit_reverse.c Optimized WebRtcSpl_ComplexBitReverse() for general ARM platforms and generic C. 2012-02-23 22:38:56 +00:00
complex_fft.c Made tables static. 2011-12-01 15:40:50 +00:00
copy_set_operations.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
cross_correlation_neon.s Optimized spl function WebRtcSpl_CrossCorrelation for ARM Neon platforms. 2012-01-06 19:50:20 +00:00
cross_correlation.c Remove noise during build on Win32 2012-05-23 18:49:47 +00:00
division_operations.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
dot_product_with_scale.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
downsample_fast_neon.s Optimized function WebRtcSpl_DownsampleFast for ARM-NEON platform. 2012-02-07 18:03:11 +00:00
downsample_fast.c Optimized function WebRtcSpl_DownsampleFast for ARM-NEON platform. 2012-02-07 18:03:11 +00:00
energy.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
filter_ar_fast_q12_armv7.s Optimized function WebRtcSpl_FilterARFastQ12 for ARM platform. 2012-01-24 02:12:49 +00:00
filter_ar_fast_q12.c Optimized function WebRtcSpl_DownsampleFast for ARM-NEON platform. 2012-02-07 18:03:11 +00:00
filter_ar.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
filter_ma_fast_q12.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
get_hanning_window.c Made tables static. 2011-12-01 15:40:50 +00:00
get_scaling_square.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
ilbc_specific_functions.c Optimized function WebRtcSpl_ScaleAndAddVectorsWithRound() for ARM-NEON platforms, and refactor it for generic C. 2012-03-16 16:29:37 +00:00
levinson_durbin.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
lpc_to_refl_coef.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
min_max_operations_neon.s Same code change from issue 428004, with uint corrected to uint32_t in WebRtcSpl_MaxAbsValueW32, for a MAC compiler error. 2012-04-11 17:40:40 +00:00
min_max_operations.c Same code change from issue 428004, with uint corrected to uint32_t in WebRtcSpl_MaxAbsValueW32, for a MAC compiler error. 2012-04-11 17:40:40 +00:00
randomization_functions.c Made tables static. 2011-12-01 15:40:50 +00:00
refl_coef_to_lpc.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
resample_48khz.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
resample_by_2_internal.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
resample_by_2_internal.h Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
resample_by_2.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
resample_fractional.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
resample.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
signal_processing_unittest.cc Removed warnings on Windows and enabled warnings-as-errors on Windows. 2012-02-07 14:56:45 +00:00
signal_processing.gypi Added gyp variable to include/exclude all tests. 2012-05-24 13:23:35 +00:00
spl_sqrt_floor.c Introduced ARM version of WebRtcSpl_SqrtFloor(). Function cycles reduced by ~ 30% in a real time VOE test in an android device (Nexus-S, ARMv7a). 2012-02-07 17:15:15 +00:00
spl_sqrt_floor.s Introduced ARM version of WebRtcSpl_SqrtFloor(). Function cycles reduced by ~ 30% in a real time VOE test in an android device (Nexus-S, ARMv7a). 2012-02-07 17:15:15 +00:00
spl_sqrt.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
spl_version.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
splitting_filter.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
sqrt_of_one_minus_x_squared.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
vector_scaling_operations_neon.s Optimized function WebRtcSpl_ScaleAndAddVectorsWithRound() for ARM-NEON platforms, and refactor it for generic C. 2012-03-16 16:29:37 +00:00
vector_scaling_operations.c Optimized function WebRtcSpl_ScaleAndAddVectorsWithRound() for ARM-NEON platforms, and refactor it for generic C. 2012-03-16 16:29:37 +00:00
webrtc_fft_t_1024_8.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
webrtc_fft_t_rad.c Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00