Home
last modified time | relevance | path

Searched refs:voiced_vector_storage (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc73 int16_t* voiced_vector_storage = temp_data; in Process() local
74 int16_t* voiced_vector = &voiced_vector_storage[overlap_length_]; in Process()
114 memcpy(voiced_vector_storage, in Process()
122 voiced_vector_storage, temp_length); in Process()
132 voiced_vector_storage, temp_length); in Process()
169 (((parameters.mute_factor * voiced_vector_storage[i]) >> 14) * in Process()