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

  /external/webrtc/webrtc/modules/audio_processing/transient/
dyadic_decimator.h 23 // given |in_length| and decimation |odd_sequence|.
25 inline size_t GetOutLengthToDyadicDecimate(size_t in_length,
27 size_t out_length = in_length / 2;
29 if (in_length % 2 == 1 && !odd_sequence) {
39 // in: array of |in_length|.
49 size_t in_length,
53 size_t half_length = GetOutLengthToDyadicDecimate(in_length, odd_sequence);
55 if (!in || !out || in_length <= 0 || out_length < half_length) {
moving_moments.cc 33 void MovingMoments::CalculateMoments(const float* in, size_t in_length,
35 assert(in && in_length > 0 && first && second);
37 for (size_t i = 0; i < in_length; ++i) {
moving_moments.h 35 // |first| and |second| must be allocated with at least |in_length|.
36 void CalculateMoments(const float* in, size_t in_length,
  /toolchain/binutils/binutils-2.27/gas/
flonum-copy.c 26 unsigned int in_length; /* 0 origin */ local
30 in_length = in->leader - in->low;
41 if (in_length <= out_length)
47 if (in_length < out_length)
49 memset ((char *) (out->low + in_length + 1), '\0',
50 out_length - in_length);
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE)));
62 shorten = in_length - out_length;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_resampler.cc 34 size_t in_length = in_freq_hz * num_audio_channels / 100; local
36 if (out_capacity_samples < in_length) {
40 memcpy(out_audio, in_audio, in_length * sizeof(int16_t));
41 return static_cast<int>(in_length / num_audio_channels);
52 resampler_.Resample(in_audio, in_length, out_audio, out_capacity_samples);
54 LOG(LS_ERROR) << "Resample(" << in_audio << ", " << in_length << ", "
  /external/webrtc/webrtc/common_audio/vad/
vad_sp.h 24 // - in_length : Length of input signal in samples.
32 // - signal_out : Downsampled signal (of length |in_length| / 2).
36 size_t in_length);
vad_sp.c 30 size_t in_length) {
36 size_t half_length = (in_length >> 1);
  /external/google-breakpad/src/common/
string_conversion.h 49 // Convert at least one character (up to a maximum of |in_length|) from |in|
53 int UTF8ToUTF16Char(const char *in, int in_length, uint16_t out[2]);
string_conversion.cc 58 int UTF8ToUTF16Char(const char *in, int in_length, uint16_t out[2]) {
78 if (source_end_ptr > reinterpret_cast<const UTF8 *>(in) + in_length)
  /external/webrtc/webrtc/common_audio/resampler/
resampler_unittest.cc 101 size_t in_length = static_cast<size_t>(kRates[i] / 100); local
104 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
123 size_t in_length = static_cast<size_t>(kChannels * kRates[i] / 100); local
127 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
  /bionic/libc/kernel/uapi/linux/
ndctl.h 76 __u32 in_length; member in struct:nd_cmd_get_config_data_hdr
82 __u32 in_length; member in struct:nd_cmd_set_config_hdr
87 __u32 in_length; member in struct:nd_cmd_vendor_hdr
  /external/kernel-headers/original/uapi/linux/
ndctl.h 79 __u32 in_length; member in struct:nd_cmd_get_config_data_hdr
86 __u32 in_length; member in struct:nd_cmd_set_config_hdr
92 __u32 in_length; member in struct:nd_cmd_vendor_hdr
  /toolchain/binutils/binutils-2.27/gas/config/
tc-vax.c 327 int in_length, /* in sizeof(littlenum)s */
333 if (out_length < in_length)
340 for (p = in + in_length - 1; p >= in; --p)
345 significant_littlenums_dropped = p - in - in_length + 1;
353 (unsigned int) in_length << LITTLENUM_SHIFT);
355 if (out_length > in_length)
356 memset ((char *) (out + in_length), '\0',
357 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
trees.c 1049 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/python/cpython2/Modules/zlib/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/python/cpython3/Modules/zlib/
trees.c 1041 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/zlib/src/
trees.c 1041 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/syslinux/com32/lib/zlib/
trees.c 1053 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 357 static int get_down2_steps(int in_length, int out_length) {
360 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
362 in_length = proj_in_length;
  /art/dex2oat/
dex2oat.cc 2226 int64_t in_length = in->GetLength(); local
    [all...]

Completed in 707 milliseconds