Home
last modified time | relevance | path

Searched refs:end_ix (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dplot_neteq_delay.m88 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/
Dlossless.c993 const int end_ix = ix + xscan; in CopyTileWithColorTransform() local
994 for (; ix < end_ix; ++ix) { in CopyTileWithColorTransform()