Home
last modified time | relevance | path

Searched refs:size_diff (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c309 int size_diff = history_size - self->history_size; in WebRtc_AllocateFarendBufferMemory() local
312 sizeof(*self->binary_far_history) * size_diff); in WebRtc_AllocateFarendBufferMemory()
315 sizeof(*self->far_bit_counts) * size_diff); in WebRtc_AllocateFarendBufferMemory()
462 int size_diff = history_size - self->history_size; in WebRtc_AllocateHistoryBufferMemory() local
465 sizeof(*self->mean_bit_counts) * size_diff); in WebRtc_AllocateHistoryBufferMemory()
468 sizeof(*self->bit_counts) * size_diff); in WebRtc_AllocateHistoryBufferMemory()
471 sizeof(*self->histogram) * size_diff); in WebRtc_AllocateHistoryBufferMemory()
/external/protobuf/src/google/protobuf/io/
Dstrtod.cc103 int size_diff = localized.size() - strlen(text); in NoLocaleStrtod() local
106 text + (localized_endptr - localized_cstr - size_diff)); in NoLocaleStrtod()
/external/skia/tests/
DPDFJpegEmbedTest.cpp23 size_t size_diff = larger->size() - size; in is_subset_of() local
24 for (size_t i = 0; i <= size_diff; ++i) { in is_subset_of()