webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <vad_core.h>
Public Attributes | |
int | vad |
int32_t | downsampling_filter_states [4] |
WebRtcSpl_State48khzTo8khz | state_48_to_8 |
int16_t | noise_means [kTableSize] |
int16_t | speech_means [kTableSize] |
int16_t | noise_stds [kTableSize] |
int16_t | speech_stds [kTableSize] |
int32_t | frame_counter |
int16_t | over_hang |
int16_t | num_of_speech |
int16_t | index_vector [16 *kNumChannels] |
int16_t | low_value_vector [16 *kNumChannels] |
int16_t | mean_value [kNumChannels] |
int16_t | upper_state [5] |
int16_t | lower_state [5] |
int16_t | hp_filter_state [4] |
int16_t | over_hang_max_1 [3] |
int16_t | over_hang_max_2 [3] |
int16_t | individual [3] |
int16_t | total [3] |
int | init_flag |
int32_t VadInstT_::downsampling_filter_states |
int32_t VadInstT_::frame_counter |
int16_t VadInstT_::hp_filter_state |
int16_t VadInstT_::index_vector |
int16_t VadInstT_::individual |
int VadInstT_::init_flag |
int16_t VadInstT_::low_value_vector |
int16_t VadInstT_::lower_state |
int16_t VadInstT_::mean_value |
int16_t VadInstT_::noise_means |
int16_t VadInstT_::noise_stds |
int16_t VadInstT_::num_of_speech |
int16_t VadInstT_::over_hang |
int16_t VadInstT_::over_hang_max_1 |
int16_t VadInstT_::over_hang_max_2 |
int16_t VadInstT_::speech_means |
int16_t VadInstT_::speech_stds |
WebRtcSpl_State48khzTo8khz VadInstT_::state_48_to_8 |
int16_t VadInstT_::total |
int16_t VadInstT_::upper_state |
int VadInstT_::vad |