/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | preemptive_expand.cc | 21 int input_length, in Process() argument 30 input_length / num_channels_ < (2 * k15ms - 1) * fs_mult_ || in Process() 31 old_data_length >= input_length / num_channels_ - overlap_samples_) { in Process() 34 output->PushBackInterleaved(input, input_length); in Process() 37 return TimeStretch::Process(input, input_length, output, in Process() 57 const int16_t *input, size_t input_length, size_t peak_index, in CheckCriteriaAndStretch() argument 87 input_length - unmodified_length * num_channels_); in CheckCriteriaAndStretch() 96 output->PushBackInterleaved(input, input_length); in CheckCriteriaAndStretch()
|
D | accelerate.cc | 19 size_t input_length, in Process() argument 24 if (num_channels_ == 0 || static_cast<int>(input_length) / num_channels_ < in Process() 28 output->PushBackInterleaved(input, input_length); in Process() 31 return TimeStretch::Process(input, input_length, output, in Process() 44 const int16_t* input, size_t input_length, size_t peak_index, in CheckCriteriaAndStretch() argument 67 input_length - (fs_mult_120 + peak_index) * num_channels_); in CheckCriteriaAndStretch() 76 output->PushBackInterleaved(input, input_length); in CheckCriteriaAndStretch()
|
D | merge.cc | 27 int Merge::Process(int16_t* input, size_t input_length, in Process() argument 42 input_vector.PushBackInterleaved(input, input_length); in Process() 44 assert(input_length_per_channel == input_length / num_channels_); in Process() 191 int16_t Merge::SignalScaling(const int16_t* input, int input_length, in SignalScaling() argument 195 const int mod_input_length = std::min(64 * fs_mult_, input_length); in SignalScaling() 246 void Merge::Downsample(const int16_t* input, int input_length, in Downsample() argument 272 if (input_length <= length_limit) { in Downsample() 274 int16_t temp_len = input_length - signal_offset; in Downsample() 286 input_length - signal_offset, input_downsampled_, in Downsample() 294 int start_position, int input_length, in CorrelateAndPeakSearch() argument [all …]
|
D | merge.h | 56 virtual int Process(int16_t* input, size_t input_length, 81 int16_t SignalScaling(const int16_t* input, int input_length, 88 void Downsample(const int16_t* input, int input_length, 95 int start_position, int input_length,
|
D | audio_classifier.cc | 41 int input_length, in Analysis() argument 44 assert((input_length / channels) == kDefaultFrameSizeSamples); in Analysis()
|
D | accelerate.h | 45 size_t input_length, 59 const int16_t* input, size_t input_length, size_t peak_index,
|
D | time_stretch.h | 68 virtual void SetParametersForPassiveSpeech(size_t input_length, 76 const int16_t* input, size_t input_length, size_t peak_index,
|
D | audio_classifier.h | 41 bool Analysis(const int16_t* input, int input_length, int channels);
|
D | dsp_helper.h | 124 static int DownsampleTo4kHz(const int16_t* input, size_t input_length,
|
D | dsp_helper.cc | 295 int DspHelper::DownsampleTo4kHz(const int16_t* input, size_t input_length, in DownsampleTo4kHz() argument 348 &input[filter_length - 1], static_cast<int>(input_length) - in DownsampleTo4kHz()
|
D | expand.h | 158 int16_t Correlation(const int16_t* input, size_t input_length,
|
/external/chromium_org/third_party/leveldatabase/port/ |
D | port_chromium.cc | 76 bool Snappy_Compress(const char* input, size_t input_length, in Snappy_Compress() argument 79 output->resize(snappy::MaxCompressedLength(input_length)); in Snappy_Compress() 81 snappy::RawCompress(input, input_length, &(*output)[0], &outlen); in Snappy_Compress() 90 size_t input_length, in Snappy_GetUncompressedLength() argument 93 return snappy::GetUncompressedLength(input_data, input_length, result); in Snappy_GetUncompressedLength() 99 bool Snappy_Uncompress(const char* input_data, size_t input_length, in Snappy_Uncompress() argument 102 return snappy::RawUncompress(input_data, input_length, output); in Snappy_Uncompress()
|
D | port_chromium.h | 107 bool Snappy_Compress(const char* input, size_t input_length, 111 bool Snappy_Uncompress(const char* input_data, size_t input_length,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | punyref.c | 127 punycode_uint input_length, in punycode_encode() argument 144 for (j = 0; j < input_length; ++j) { in punycode_encode() 164 while (h < input_length) { in punycode_encode() 168 for (m = maxint, j = 0; j < input_length; ++j) { in punycode_encode() 181 for (j = 0; j < input_length; ++j) { in punycode_encode() 216 punycode_uint input_length, in punycode_decode() argument 236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j; in punycode_decode() 248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) { in punycode_decode() 259 if (in >= input_length) return punycode_bad_input; in punycode_decode()
|
D | punyref.h | 54 punycode_uint input_length, 86 punycode_uint input_length,
|
/external/icu/icu4c/source/test/intltest/ |
D | punyref.c | 127 punycode_uint input_length, in punycode_encode() argument 144 for (j = 0; j < input_length; ++j) { in punycode_encode() 164 while (h < input_length) { in punycode_encode() 168 for (m = maxint, j = 0; j < input_length; ++j) { in punycode_encode() 181 for (j = 0; j < input_length; ++j) { in punycode_encode() 216 punycode_uint input_length, in punycode_decode() argument 236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j; in punycode_decode() 248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) { in punycode_decode() 259 if (in >= input_length) return punycode_bad_input; in punycode_decode()
|
D | punyref.h | 54 punycode_uint input_length, 86 punycode_uint input_length,
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_unittest.cc | 382 size_t input_length = 0; in TEST_F() local 384 input_length = wcslen(kTestCases[i].input); in TEST_F() 390 static_cast<int>(input_length), in TEST_F() 433 size_t input_length = 0; in TEST_F() local 435 input_length = wcslen(kTestCases[i].input); in TEST_F() 441 static_cast<int>(input_length), in TEST_F() 812 size_t input_length = 0; in TEST_F() local 814 input_length = wcslen(kTestCases[i].input); in TEST_F() 820 static_cast<int>(input_length), in TEST_F() 1205 size_t input_length = 0; in TEST_F() local [all …]
|
D | spellcheck_worditerator.cc | 401 int input_length, in Normalize() argument 410 icu::UnicodeString input(FALSE, &text_[input_start], input_length); in Normalize()
|
D | spellcheck_worditerator.h | 159 int input_length,
|
/external/chromium_org/content/child/webcrypto/nss/ |
D | aes_kw_nss.cc | 98 const unsigned int input_length = PK11_GetKeyLength(key); in WrapSymKeyAesKw() local 99 DCHECK_GE(input_length, 16u); in WrapSymKeyAesKw() 100 DCHECK((input_length % 8) == 0); in WrapSymKeyAesKw() 108 base::CheckedNumeric<unsigned int> output_length = input_length; in WrapSymKeyAesKw()
|
/external/chromium_org/third_party/leveldatabase/src/port/ |
D | port_example.h | 106 extern bool Snappy_Compress(const char* input, size_t input_length, 122 extern bool Snappy_Uncompress(const char* input_data, size_t input_length,
|
/external/chromium_org/v8/src/arm64/ |
D | regexp-macro-assembler-arm64.cc | 813 Register input_length = w14; in GetCode() local 827 __ Add(input_length, start_offset(), Operand(w10, LSR, 1)); in GetCode() 829 __ Add(input_length, start_offset(), w10); in GetCode() 844 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1)); in GetCode() 845 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1)); in GetCode() 847 __ Add(capture_start, input_length, capture_start); in GetCode() 848 __ Add(capture_end, input_length, capture_end); in GetCode() 882 input_length, in GetCode() 884 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1)); in GetCode() 886 __ Add(capture_start, input_length, capture_start); in GetCode() [all …]
|
/external/chromium_org/media/cdm/ |
D | json_web_key.cc | 30 static std::string EncodeBase64(const uint8* input, int input_length) { in EncodeBase64() argument 33 std::string(reinterpret_cast<const char*>(input), input_length), in EncodeBase64()
|
/external/chromium_org/v8/src/ |
D | scanner.cc | 976 int input_length, in KeywordOrIdentifierToken() argument 980 DCHECK(input_length >= 1); in KeywordOrIdentifierToken() 983 if (input_length < kMinLength || input_length > kMaxLength) { in KeywordOrIdentifierToken() 998 if (input_length == keyword_length && \ in KeywordOrIdentifierToken()
|