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

  /external/speex/libspeex/
resample.c 552 spx_uint32_t old_length; local
554 old_length = st->filt_len;
653 } else if (st->filt_len > old_length)
667 spx_uint32_t olen = old_length;
673 olen = old_length + 2*st->magic_samples[i];
674 for (j=old_length-2+st->magic_samples[i];j>=0;j--)
698 } else if (st->filt_len < old_length)
707 st->magic_samples[i] = (old_length - st->filt_len)/2;
    [all...]
  /external/v8/src/
objects.cc 5136 uint32_t old_length = static_cast<uint32_t>(old_elements->length()); local
5182 uint32_t old_length = local
5252 int old_length = FastD2I(JSArray::cast(this)->length()->Number()); local
5286 uint32_t old_length = local
    [all...]

Completed in 167 milliseconds