Searched defs:input_length (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_classifier.cc41 int input_length,
44 assert((input_length / channels) == kDefaultFrameSizeSamples);
40 Analysis(const int16_t* input, int input_length, int channels) argument
H A Daccelerate.cc19 size_t input_length,
24 if (num_channels_ == 0 || static_cast<int>(input_length) / num_channels_ <
28 output->PushBackInterleaved(input, input_length);
31 return TimeStretch::Process(input, input_length, output,
44 const int16_t* input, size_t input_length, size_t peak_index,
67 input_length - (fs_mult_120 + peak_index) * num_channels_);
76 output->PushBackInterleaved(input, input_length);
17 Process( const int16_t* input, size_t input_length, AudioMultiVector* output, int16_t* length_change_samples) argument
43 CheckCriteriaAndStretch( const int16_t* input, size_t input_length, size_t peak_index, int16_t best_correlation, bool active_speech, AudioMultiVector* output) const argument
H A Dpreemptive_expand.cc21 int input_length,
30 input_length / num_channels_ < (2 * k15ms - 1) * fs_mult_ ||
31 old_data_length >= input_length / num_channels_ - overlap_samples_) {
34 output->PushBackInterleaved(input, input_length);
37 return TimeStretch::Process(input, input_length, output,
57 const int16_t *input, size_t input_length, size_t peak_index,
87 input_length - unmodified_length * num_channels_);
96 output->PushBackInterleaved(input, input_length);
19 Process( const int16_t* input, int input_length, int old_data_length, AudioMultiVector* output, int16_t* length_change_samples) argument
56 CheckCriteriaAndStretch( const int16_t *input, size_t input_length, size_t peak_index, int16_t best_correlation, bool active_speech, AudioMultiVector* output) const argument
H A Dmerge.cc27 int Merge::Process(int16_t* input, size_t input_length, argument
42 input_vector.PushBackInterleaved(input, input_length);
44 assert(input_length_per_channel == input_length / num_channels_);
191 int16_t Merge::SignalScaling(const int16_t* input, int input_length, argument
195 const int mod_input_length = std::min(64 * fs_mult_, input_length);
246 void Merge::Downsample(const int16_t* input, int input_length, argument
272 if (input_length <= length_limit) {
274 int16_t temp_len = input_length - signal_offset;
286 input_length - signal_offset, input_downsampled_,
294 int start_position, int input_length,
293 CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max, int start_position, int input_length, int expand_period) const argument
[all...]
H A Ddsp_helper.cc295 int DspHelper::DownsampleTo4kHz(const int16_t* input, size_t input_length, argument
348 &input[filter_length - 1], static_cast<int>(input_length) -
H A Dexpand.cc713 int16_t Expand::Correlation(const int16_t* input, size_t input_length, argument
748 input + input_length - kDownsampledLength * downsampling_factor,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h211 unsigned int input_length, member in struct:__anon10980
/external/chromium_org/third_party/leveldatabase/port/
H A Dport_chromium.cc76 bool Snappy_Compress(const char* input, size_t input_length, argument
79 output->resize(snappy::MaxCompressedLength(input_length));
81 snappy::RawCompress(input, input_length, &(*output)[0], &outlen);
90 size_t input_length,
93 return snappy::GetUncompressedLength(input_data, input_length, result);
99 bool Snappy_Uncompress(const char* input_data, size_t input_length, argument
102 return snappy::RawUncompress(input_data, input_length, output);
89 Snappy_GetUncompressedLength(const char* input_data, size_t input_length, size_t* result) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h219 unsigned int input_length, member in struct:__anon20861
/external/chromium_org/media/cdm/
H A Djson_web_key.cc25 static std::string EncodeBase64(const uint8* input, int input_length) { argument
28 std::string(reinterpret_cast<const char*>(input), input_length),
/external/chromium_org/chrome/browser/autocomplete/
H A Dextension_app_provider.cc197 int input_length,
204 if (input_length == target_length)
211 input_length / target_length;
195 CalculateRelevance( metrics::OmniboxInputType::Type type, int input_length, int target_length, const GURL& url) argument
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_unittest.cc383 size_t input_length = 0; local
385 input_length = wcslen(kTestCases[i].input);
391 static_cast<int>(input_length),
434 size_t input_length = 0; local
436 input_length = wcslen(kTestCases[i].input);
442 static_cast<int>(input_length),
813 size_t input_length = 0; local
815 input_length = wcslen(kTestCases[i].input);
821 static_cast<int>(input_length),
1206 size_t input_length local
1271 size_t input_length = 0; local
[all...]
H A Dspellcheck_worditerator.cc397 int input_length,
406 icu::UnicodeString input(FALSE, &text_[input_start], input_length);
396 Normalize(int input_start, int input_length, base::string16* output_string) const argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c127 punycode_uint input_length,
144 for (j = 0; j < input_length; ++j) {
164 while (h < input_length) {
168 for (m = maxint, j = 0; j < input_length; ++j) {
181 for (j = 0; j < input_length; ++j) {
216 punycode_uint input_length,
236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
259 if (in >= input_length) return punycode_bad_input;
126 punycode_encode( punycode_uint input_length, const punycode_uint input[], const unsigned char case_flags[], punycode_uint *output_length, char output[] ) argument
215 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) argument
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c127 punycode_uint input_length,
144 for (j = 0; j < input_length; ++j) {
164 while (h < input_length) {
168 for (m = maxint, j = 0; j < input_length; ++j) {
181 for (j = 0; j < input_length; ++j) {
216 punycode_uint input_length,
236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
259 if (in >= input_length) return punycode_bad_input;
126 punycode_encode( punycode_uint input_length, const punycode_uint input[], const unsigned char case_flags[], punycode_uint *output_length, char output[] ) argument
215 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) argument
/external/chromium_org/third_party/zlib/
H A Ddeflate.c1791 uInt input_length ; local
1801 input_length = s->strm->avail_in;
1833 s->match_length = cookie_match(s, s->strstart, input_length);
1867 s->prev_length == input_length &&
/external/chromium_org/v8/src/
H A Dscanner.cc890 int input_length,
893 ASSERT(input_length >= 1);
896 if (input_length < kMinLength || input_length > kMaxLength) {
911 if (input_length == keyword_length && \
889 KeywordOrIdentifierToken(const uint8_t* input, int input_length, bool harmony_scoping, bool harmony_modules) argument
/external/chromium_org/content/child/webcrypto/
H A Dplatform_crypto_nss.cc1851 const unsigned int input_length = PK11_GetKeyLength(key); local
1852 DCHECK_GE(input_length, 16u);
1853 DCHECK((input_length % 8) == 0);
1854 if (input_length > UINT_MAX - 8)
1863 const unsigned int output_length = input_length + 8;
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc809 Register input_length = w14; local
823 __ Add(input_length, start_offset(), Operand(w10, LSR, 1));
825 __ Add(input_length, start_offset(), w10);
840 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
841 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
843 __ Add(capture_start, input_length, capture_start);
844 __ Add(capture_end, input_length, capture_end);
878 input_length,
880 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
882 __ Add(capture_start, input_length, capture_star
[all...]
H A Dcode-stubs-arm64.cc4053 Register input_length = x11; local
4085 __ Ldrsw(input_length,
4088 __ Cmp(result_length, input_length);
4102 // x11 input_length length of input string
4152 // x11 input_length length of input string
4192 // x11 input_length length of input string

Completed in 540 milliseconds