Searched refs:end_ix (Results 1 – 2 of 2) sorted by relevance
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;
993 const int end_ix = ix + xscan; in CopyTileWithColorTransform() local994 for (; ix < end_ix; ++ix) { in CopyTileWithColorTransform()