bjornv@webrtc.org
|
0edb25dcc9
|
Removed valgrind warnings in resampler_unittest.
Valgrind complained on uninitialized values in resampler_unittest. Added initialization of the member variable data_in_ in the tests.
Review URL: http://webrtc-codereview.appspot.com/322006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1167 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-12-13 09:06:54 +00:00 |
|
bjornv@webrtc.org
|
132feb1270
|
Made tables static.
In this CL global tables have been moved to where they are actually used. If for some reason they need to be available in a larger scope we can add them again at that point.
Review URL: http://webrtc-codereview.appspot.com/303002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1075 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-12-01 15:40:50 +00:00 |
|
bjornv@webrtc.org
|
bedabb25bf
|
Added const on const tables.
Builds on Linux.
Tommi: Can you try on Windows?
Review URL: http://webrtc-codereview.appspot.com/300002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1072 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-12-01 07:44:32 +00:00 |
|
bjornv@webrtc.org
|
48b68c0c24
|
Added support for 96 kHz sampling frequency.
Updated resampler_unittests with the new valid combinations.
Verified audio quality on files.
TEST=resampler_unittests, voe_auto_test
BUILDTYPE=Debug, Release
PLATFORM=Linux
Review URL: http://webrtc-codereview.appspot.com/294001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1002 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-11-23 13:50:41 +00:00 |
|
kjellander@webrtc.org
|
0403ef419f
|
Restructuring and adding unit test targets on project level instead of in common_audio.
Review URL: http://webrtc-codereview.appspot.com/280001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@959 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-11-17 08:35:47 +00:00 |
|
kjellander@webrtc.org
|
20a370e875
|
Changing the namespace of TestSuite to webrtc::test.
Adding gmock initialization into main test runner class
Review URL: http://webrtc-codereview.appspot.com/254004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@885 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-11-04 01:19:16 +00:00 |
|
bjornv@webrtc.org
|
250cd6f41b
|
Added a VAD unit test to common_audio. At this stage it runs through the API calls, but should later be complemented with tests on a file.
Review URL: http://webrtc-codereview.appspot.com/243002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@832 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-10-28 12:45:58 +00:00 |
|
bjornv@webrtc.org
|
52eddf7378
|
Made Tina, Andrew and Jan as OWNERS to entire common_audio and removed the sub-OWNERS files. Let me know if that's fine.
Review URL: http://webrtc-codereview.appspot.com/225006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@763 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-10-18 07:57:04 +00:00 |
|
bjornv@webrtc.org
|
2111d3b0b0
|
Removed the vad_const files and added the constants to the files where they are
used. Having them in a separate file did not add anything in readability or
conceptual overview.
Review URL: http://webrtc-codereview.appspot.com/230004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@746 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-10-14 12:58:34 +00:00 |
|
kma@webrtc.org
|
a58224f9f0
|
Introduced a SPL inline function (multiple-accumulate), for preformance in ARMv7.
It's used in quite some occations over many modules.
Review URL: http://webrtc-codereview.appspot.com/178004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@691 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-10-05 16:44:11 +00:00 |
|
kma@google.com
|
961885a8bb
|
In spl, introduced function WebRtcSpl_Sat32To16(), and changed file resample_by_2.c, both for optimization in ARMv7.
Review URL: http://webrtc-codereview.appspot.com/140010
git-svn-id: http://webrtc.googlecode.com/svn/trunk@649 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-09-26 16:35:25 +00:00 |
|
andrew@webrtc.org
|
19eefdc9f0
|
Add a unit testing framework.
Populate it with the beginnings of a resampler unit test to have it do someting.
Also fix a bug in resampler caught with the test ;)
Review URL: http://webrtc-codereview.appspot.com/135019
git-svn-id: http://webrtc.googlecode.com/svn/trunk@595 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-09-14 17:02:44 +00:00 |
|
xians@google.com
|
d3185fe219
|
refactor the gyp file to gypi file.
Basically, the gypi file is a copy of gyp file, but has some difference on the
path of the dependencies.
Review URL: http://webrtc-codereview.appspot.com/137020
git-svn-id: http://webrtc.googlecode.com/svn/trunk@581 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-09-12 12:24:39 +00:00 |
|
kma@google.com
|
0ada410d37
|
Corrected conditional compilations for spl inline functions in ARM.
Review URL: http://webrtc-codereview.appspot.com/140004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@571 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-09-09 16:23:50 +00:00 |
|
kma@google.com
|
b6fc9f1d6f
|
optimized one spl function for AECM.
AECM test results bit-exact.
Review URL: http://webrtc-codereview.appspot.com/139012
git-svn-id: http://webrtc.googlecode.com/svn/trunk@556 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-09-07 17:20:49 +00:00 |
|
kma@google.com
|
78dc99e2a1
|
performance in ARM V7 improved 7~8 %.
Review URL: http://webrtc-codereview.appspot.com/114007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@384 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-16 20:00:18 +00:00 |
|
andrew@webrtc.org
|
5cdec9e399
|
Fix common_audio warnings.
- Unused variable.
- Explicit operator precedence.
Review URL: http://webrtc-codereview.appspot.com/112004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@380 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-16 16:39:32 +00:00 |
|
kma@google.com
|
8d0c98b954
|
some optimization in aecm for armv7.
Review URL: http://webrtc-codereview.appspot.com/89018
git-svn-id: http://webrtc.googlecode.com/svn/trunk@346 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-10 23:31:24 +00:00 |
|
andrew@webrtc.org
|
8910f278c5
|
Switch to webrtc.org accounts (for those which exist).
Review URL: http://webrtc-codereview.appspot.com/97010
git-svn-id: http://webrtc.googlecode.com/svn/trunk@342 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-10 05:16:31 +00:00 |
|
ajm@google.com
|
4a4d7c6693
|
Fix a compile error on MSVC.
- Declare all variables at the start of scope.
- Remove the needless local variables from these functions.
Review URL: http://webrtc-codereview.appspot.com/97009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@330 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-08 20:40:31 +00:00 |
|
kma@google.com
|
881103225d
|
optimization of resampling by 2 in ARMv7, in spl.
Review URL: http://webrtc-codereview.appspot.com/92015
git-svn-id: http://webrtc.googlecode.com/svn/trunk@327 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-08 15:40:10 +00:00 |
|
leozwang@google.com
|
79835d1bd3
|
Clean up Android.mk
Review URL: http://webrtc-codereview.appspot.com/92014
git-svn-id: http://webrtc.googlecode.com/svn/trunk@315 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-08-05 21:01:02 +00:00 |
|
leozwang@google.com
|
77f49d8219
|
Clean up ANDROID macro definitions [common_audio]
Review URL: http://webrtc-codereview.appspot.com/91004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@262 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-27 18:58:33 +00:00 |
|
ajm@google.com
|
1e34241426
|
Fixing some warnings in common_audio.
Review URL: http://webrtc-codereview.appspot.com/77002
git-svn-id: http://webrtc.googlecode.com/svn/trunk@227 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-18 17:27:02 +00:00 |
|
leozwang@google.com
|
f70cc07137
|
Revert back to reviewed version, http://webrtc-codereview.appspot.com/60003/
git-svn-id: http://webrtc.googlecode.com/svn/trunk@226 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-18 17:12:22 +00:00 |
|
leozwang@google.com
|
c93db4c4e1
|
Remove legacy fft arm9e code
Either for generic FFT code or FFT code specific to ARM-Cortex or ARM-Neon will be used, this folder should be removed.
Review URL: http://webrtc-codereview.appspot.com/60003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@225 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-18 16:48:17 +00:00 |
|
bjornv@google.com
|
801809c768
|
Removed invalid declarations in spl unit_test.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@223 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-18 14:05:24 +00:00 |
|
leozwang@google.com
|
3c0a86f83d
|
Change android makefile to be able to build for x86
Review URL: http://webrtc-codereview.appspot.com/68001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@207 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-14 18:23:07 +00:00 |
|
bjornv@google.com
|
c83a3d6e2e
|
Added the new sqrt routine as a separate function.
Review URL: http://webrtc-codereview.appspot.com/55004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@175 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-07 12:34:44 +00:00 |
|
niklase@google.com
|
f50cf1f9da
|
git-svn-id: http://webrtc.googlecode.com/svn/trunk@163 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-07 08:33:00 +00:00 |
|
niklase@google.com
|
470e71d364
|
git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2011-07-07 08:21:25 +00:00 |
|