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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 49 size_t old_length; local
52 size_t expanded_length = GetExpandedSignal(&old_length, &expand_period);
92 expanded_max, input_max, old_length,
151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index());
152 output->PopFront(old_length);
154 // Return new added length. |old_length| samples were borrowed from
156 return output_length - old_length;
159 size_t Merge::GetExpandedSignal(size_t* old_length, size_t* expand_period) {
161 *old_length = sync_buffer_->FutureLength();
163 assert(*old_length >= expand_->overlap_length())
    [all...]
merge.h 68 // (typically one pitch period). The value of |old_length| will be the number
70 size_t GetExpandedSignal(size_t* old_length, size_t* expand_period);
  /external/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/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/v8/src/
small-pointer-list.h 32 int old_length = list()->length(); local
34 list()->Rewind(old_length);
elements.cc 691 uint32_t old_length = 0; local
692 CHECK(array->length()->ToArrayIndex(&old_length));
694 if (old_length < length) {
704 old_length = Min(old_length, capacity);
720 for (uint32_t i = length; i < old_length; i++) {
1117 uint32_t old_length = 0; local
    [all...]
json-stringifier.cc 443 Handle<Object> old_length(object->length(), isolate_);
445 if (object->length() != *old_length ||
objects.cc 11355 int old_length = string->length(); local
15155 uint32_t old_length = 0; local
    [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/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 303 uint16_t old_length, old_plen; local
769 if (fwrite(&old_length, 2, 1, out_file) != 1) {
783 old_length = length;
    [all...]
  /external/freetype/src/sfnt/
ttload.c 430 FT_ULong old_length = entry.Length; local
446 old_length ));
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttload.c 430 FT_ULong old_length = entry.Length; local
446 old_length ));
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 430 FT_ULong old_length = entry.Length; local
446 old_length ));
    [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/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 383 milliseconds