Searched refs:unvoiced_vector (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | expand.cc | 77 int16_t* unvoiced_vector = unvoiced_array_memory + kUnvoicedLpcOrder; in Process() local 190 memcpy(unvoiced_vector - kUnvoicedLpcOrder, parameters.ar_filter_state, in Process() 200 WebRtcSpl_FilterARFastQ12(scaled_random_vector, unvoiced_vector, in Process() 204 &(unvoiced_vector[current_lag - kUnvoicedLpcOrder]), in Process() 227 DspHelper::CrossFade(voiced_vector, unvoiced_vector, temp_length, in Process() 240 unvoiced_vector + temp_length, temp_scale, 14, in Process() 363 int16_t* unvoiced_vector = unvoiced_array_memory + kUnvoicedLpcOrder; in AnalyzeSignal() local 657 memcpy(unvoiced_vector - kUnvoicedLpcOrder, in AnalyzeSignal() 661 unvoiced_vector, in AnalyzeSignal() 666 if (WebRtcSpl_MaxAbsValueW16(unvoiced_vector, 128) > 4000) { in AnalyzeSignal() [all …]
|