Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dplot_neteq_delay.m90 start_ix=find(s.ts==s.fschange_ts(k));
91 send_t(start_ix:end_ix)=send_t(start_ix:end_ix)/s.fs(k)*1000;
92 s.playout_delay(start_ix:end_ix)=s.playout_delay(start_ix:end_ix)/s.fs(k)*1000;
93 s.optbuf(start_ix:end_ix)=s.optbuf(start_ix:end_ix)/s.fs(k)*1000;
94 end_ix=start_ix-1;
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dcomfort_noise.cc120 size_t start_ix = sync_buffer_->Size() - overlap_length_; in Generate() local
125 (*sync_buffer_)[0][start_ix + i] = in Generate()
126 (((*sync_buffer_)[0][start_ix + i] * muting_window) + in Generate()
Dexpand.cc164 size_t start_ix = sync_buffer_->Size() - overlap_length_; in Process() local
167 (*sync_buffer_)[channel_ix][start_ix + i] = in Process()
168 (((*sync_buffer_)[channel_ix][start_ix + i] * muting_window) + in Process()