HomeSort by relevance Sort by last modified time
    Searched refs:start_ix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
comfort_noise.cc 116 size_t start_ix = sync_buffer_->Size() - overlap_length_; local
121 (*sync_buffer_)[0][start_ix + i] =
122 (((*sync_buffer_)[0][start_ix + i] * muting_window) +
expand.cc 132 size_t start_ix = sync_buffer_->Size() - overlap_length_; local
135 (*sync_buffer_)[channel_ix][start_ix + i] =
136 (((*sync_buffer_)[channel_ix][start_ix + i] * muting_window) +
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 90 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;

Completed in 138 milliseconds