webrtc/src/common_audio/vad
bjornv@webrtc.org 1747427861 VAD Refactoring: Replaced pointer operation with array index
This CL contains a change of pointer nomenclature to array index. In addition, one place with two hard coded Gaussians has been generalized with a for loop.

Tested with trybots, vad_unittests, audioproc_unittest

BUG=None
TEST=None

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2307 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-28 12:50:05 +00:00
..
include VAD Refactoring: Removed assign calls 2012-05-28 12:25:07 +00:00
Android.mk Restructuring and adding unit test targets on project level instead of in common_audio. 2011-11-17 08:35:47 +00:00
vad_core_unittest.cc VAD refactor: Mode changed to "int". 2012-01-25 12:40:00 +00:00
vad_core.c VAD Refactoring: Replaced pointer operation with array index 2012-05-28 12:50:05 +00:00
vad_core.h VAD Refactoring: Repalced WebRtc_ types with stdint 2012-03-29 12:09:44 +00:00
vad_filterbank_unittest.cc VAD refactoring: Removed macro file. 2012-03-20 12:53:06 +00:00
vad_filterbank.c VAD refactoring: Removed macro file. 2012-03-20 12:53:06 +00:00
vad_filterbank.h VAD refactoring: Removed macro file. 2012-03-20 12:53:06 +00:00
vad_gmm_unittest.cc VAD unittest updates. 2012-01-09 09:54:07 +00:00
vad_gmm.c Refactoring vad_gmm.[c/h]. 2011-12-20 14:08:34 +00:00
vad_gmm.h Refactoring vad_gmm.[c/h]. 2011-12-20 14:08:34 +00:00
vad_sp_unittest.cc VAD refactoring: Removed macro file. 2012-03-20 12:53:06 +00:00
vad_sp.c VAD refactoring: Removed macro file. 2012-03-20 12:53:06 +00:00
vad_sp.h VAD unittest updates. 2012-01-09 09:54:07 +00:00
vad_unittest.cc VAD Refactoring: Removed assign calls 2012-05-28 12:25:07 +00:00
vad_unittest.h VAD refactor: Mode changed to "int". 2012-01-25 12:40:00 +00:00
vad.gypi Added gyp variable to include/exclude all tests. 2012-05-24 13:23:35 +00:00
webrtc_vad.c VAD Refactoring: Removed assign calls 2012-05-28 12:25:07 +00:00