OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overlap_length_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise.h
39
overlap_length_
(5 * fs_hz_ / 8000),
65
size_t
overlap_length_
;
member in class:webrtc::ComfortNoise
comfort_noise.cc
69
number_of_samples = requested_length +
overlap_length_
;
120
size_t start_ix = sync_buffer_->Size() -
overlap_length_
;
121
for (size_t i = 0; i <
overlap_length_
; i++) {
131
// Remove |
overlap_length_
| samples from the front of |output| since they
133
output->PopFront(
overlap_length_
);
expand.cc
43
overlap_length_
(5 * fs / 8000),
74
int16_t* voiced_vector = &voiced_vector_storage[
overlap_length_
];
102
size_t expansion_vector_length = max_lag_ +
overlap_length_
;
106
overlap_length_
;
107
size_t temp_length = current_lag +
overlap_length_
;
164
size_t start_ix = sync_buffer_->Size() -
overlap_length_
;
165
for (size_t i = 0; i <
overlap_length_
; i++) {
330
return
overlap_length_
;
513
size_t expansion_length = max_lag_ +
overlap_length_
;
[
all
...]
expand.h
134
const size_t
overlap_length_
;
Completed in 653 milliseconds