Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc107 size_t temp_length = current_lag + overlap_length_; in Process() local
112 assert(expansion_vector_position + temp_length <= in Process()
116 sizeof(int16_t) * temp_length); in Process()
122 voiced_vector_storage, temp_length); in Process()
125 assert(expansion_vector_position + temp_length <= in Process()
127 assert(expansion_vector_position + temp_length <= in Process()
132 voiced_vector_storage, temp_length); in Process()
224 size_t temp_length = (parameters.current_voice_mix_factor - in Process() local
226 temp_length = std::min(temp_length, current_lag); in Process()
227 DspHelper::CrossFade(voiced_vector, unvoiced_vector, temp_length, in Process()
[all …]
/external/android-clat/
Dchecksum.c110 uint16_t temp_protocol, temp_length; in ipv4_pseudo_header_checksum() local
113 temp_length = htons(len); in ipv4_pseudo_header_checksum()
119 current = ip_checksum_add(current, &temp_length, sizeof(uint16_t)); in ipv4_pseudo_header_checksum()