Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dplot_neteq_delay.m100 start_ix=find(s.ts==s.fschange_ts(k));
101 send_t(start_ix:end_ix)=send_t(start_ix:end_ix)/s.fs(k)*1000;
102 s.playout_delay(start_ix:end_ix)=s.playout_delay(start_ix:end_ix)/s.fs(k)*1000;
103 s.optbuf(start_ix:end_ix)=s.optbuf(start_ix:end_ix)/s.fs(k)*1000;
104 end_ix=start_ix-1;
/external/webrtc/modules/audio_coding/neteq/
Dcomfort_noise.cc110 size_t start_ix = sync_buffer_->Size() - overlap_length_; in Generate() local
115 (*sync_buffer_)[0][start_ix + i] = in Generate()
116 (((*sync_buffer_)[0][start_ix + i] * muting_window) + in Generate()
Dexpand.cc173 size_t start_ix = sync_buffer_->Size() - overlap_length_; in Process() local
176 (*sync_buffer_)[channel_ix][start_ix + i] = in Process()
177 (((*sync_buffer_)[channel_ix][start_ix + i] * muting_window) + in Process()
/external/webrtc/test/fuzzers/
Dneteq_rtp_fuzzer.cc106 const size_t start_ix = data_ix_; in FuzzHeader() local
120 RTC_CHECK_EQ(data_ix_ - start_ix, kNumBytesToFuzz); in FuzzHeader()