Home
last modified time | relevance | path

Searched defs:half_length (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Ddyadic_decimator.h53 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence); in DyadicDecimate() local
/external/webrtc/webrtc/common_audio/vad/
Dvad_sp.c36 size_t half_length = (in_length >> 1); in WebRtcVad_Downsampling() local
Dvad_filterbank.c124 size_t half_length = data_length >> 1; // Downsampling by 2. in SplitFilter() local