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

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 88 end_ix=length(send_t);
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/opencv3/3rdparty/libwebp/dsp/
lossless.c 993 const int end_ix = ix + xscan; local
    [all...]

Completed in 74 milliseconds