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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc 35 int old_length; local
38 int expanded_length = GetExpandedSignal(&old_length, &expand_period);
78 expanded_max, input_max, old_length,
135 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index());
136 output->PopFront(old_length);
138 // Return new added length. |old_length| samples were borrowed from
140 return static_cast<int>(output_length) - old_length;
143 int Merge::GetExpandedSignal(int* old_length, int* expand_period) {
145 *old_length = static_cast<int>(sync_buffer_->FutureLength());
147 assert(*old_length >= static_cast<int>(expand_->overlap_length()))
    [all...]
merge.h 75 // (typically one pitch period). The value of |old_length| will be the number
77 int GetExpandedSignal(int* old_length, int* expand_period);
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 59 var old_length = str1.length - twoByteExternalWithOneByteData.length;
60 for (var i = 0; i < old_length; i++) {
63 for (var i = old_length; i < str1.length; i++) {
80 old_length = str2.length - realTwoByteExternalString.length;
81 for (var i = 0; i < old_length; i++) {
84 for (var i = old_length; i < str.length; i++) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 73 int old_length = loca_table->GlyphLength(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 73 int old_length = loca_table->GlyphLength(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /external/chromium_org/third_party/webrtc/base/
buffer.h 64 size_t old_length = length_; local
66 memcpy(data_.get() + old_length, data, length);
  /external/chromium_org/net/spdy/
spdy_frame_builder.cc 179 const size_t old_length = length_; local
195 length_ = old_length;
203 const size_t old_length = length_; local
207 length_ = old_length;
  /external/chromium_org/v8/src/
small-pointer-list.h 32 int old_length = list()->length(); local
34 list()->Rewind(old_length);
v8natives.js 860 var old_length = length;
878 var emit_splice = %IsObserved(obj) && new_length !== old_length;
883 if (new_length < old_length)
884 removed.length = old_length - new_length;
913 new_length < old_length ? new_length : old_length,
915 new_length > old_length ? new_length - old_length : 0);
    [all...]
elements.cc 901 int old_length = FastD2IChecked(array->length()->Number()); local
1356 uint32_t old_length = static_cast<uint32_t>(array->length()->Number()); local
    [all...]
objects.cc 8874 int old_length = string->length(); local
9179 int old_length; local
11165 uint32_t old_length = 0; local
12415 uint32_t old_length = 0; local
12426 EnqueueSpliceRecord(Handle<JSArray>::cast(object), old_length, deleted, local
    [all...]
  /external/chromium_org/third_party/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/speex/libspeex/
resample.c 558 spx_uint32_t old_length; local
560 old_length = st->filt_len;
663 } else if (st->filt_len > old_length)
677 spx_uint32_t olen = old_length;
683 olen = old_length + 2*st->magic_samples[i];
684 for (j=old_length-2+st->magic_samples[i];j>=0;j--)
708 } else if (st->filt_len < old_length)
717 st->magic_samples[i] = (old_length - st->filt_len)/2;
    [all...]
  /external/flac/libFLAC/
metadata_object.c 1724 size_t old_length, new_length; local
1756 size_t old_length, new_length; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 266 uint16_t old_length, old_plen; local
723 if (fwrite(&old_length, 2, 1,
741 old_length=length;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 353 size_t old_length = to->length;
357 start = to->active + old_length;
    [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc 1115 int old_length = code_map->length(); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 335 milliseconds