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

/external/webrtc/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.cc18 size_t input_length,
25 input_length / num_channels_ < (2 * k15ms - 1) * fs_mult_) {
28 output->PushBackInterleaved(input, input_length);
31 return TimeStretch::Process(input, input_length, fast_accelerate, output,
45 size_t input_length,
80 input_length - (fs_mult_120 + peak_index) * num_channels_);
89 output->PushBackInterleaved(input, input_length);
17 Process(const int16_t* input, size_t input_length, bool fast_accelerate, AudioMultiVector* output, size_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, bool fast_mode, AudioMultiVector* output) const argument
H A Dpreemptive_expand.cc21 size_t 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);
38 return TimeStretch::Process(input, input_length, kFastMode, output,
59 size_t input_length,
91 input_length - unmodified_length * num_channels_);
100 output->PushBackInterleaved(input, input_length);
19 Process( const int16_t* input, size_t input_length, size_t old_data_length, AudioMultiVector* output, size_t* length_change_samples) argument
57 CheckCriteriaAndStretch( const int16_t* input, size_t input_length, size_t peak_index, int16_t best_correlation, bool active_speech, bool , AudioMultiVector* output) const argument
H A Ddsp_helper.cc295 int DspHelper::DownsampleTo4kHz(const int16_t* input, size_t input_length, argument
348 &input[filter_length - 1], input_length - filter_length + 1, output,
H A Dmerge.cc41 size_t Merge::Process(int16_t* input, size_t input_length, argument
56 input_vector.PushBackInterleaved(input, input_length);
58 assert(input_length_per_channel == input_length / num_channels_);
206 int16_t Merge::SignalScaling(const int16_t* input, size_t input_length, argument
211 std::min(static_cast<size_t>(64 * fs_mult_), input_length);
263 void Merge::Downsample(const int16_t* input, size_t input_length, argument
289 if (input_length <= length_limit) {
291 size_t temp_len = input_length - signal_offset;
303 input_length - signal_offset, input_downsampled_,
311 size_t start_position, size_t input_length,
310 CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max, size_t start_position, size_t input_length, size_t expand_period) const argument
[all...]
H A Dexpand.cc768 size_t input_length,
804 input + input_length - kDownsampledLength * downsampling_factor,
767 Correlation(const int16_t* input, size_t input_length, int16_t* output, int* output_scale) const argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h219 unsigned int input_length, member in struct:__anon6419
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder_unittest.cpp47 size_t input_length = strlen(ptr->input); local
48 input_array.SetSize(input_length);
49 for (size_t j = 0; j < input_length; ++j) {
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dmoving_moments_unittest.cc28 void CalculateMomentsAndVerify(const float* input, size_t input_length,
44 const float* input, size_t input_length,
47 ASSERT_LE(input_length, kMaxOutputLength);
50 input_length,
54 for (size_t i = 1; i < input_length; ++i) {
43 CalculateMomentsAndVerify( const float* input, size_t input_length, const float* expected_mean, const float* expected_mean_squares) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DPunycodeReference.java136 public static final int encode( int input_length, argument
152 for (j = 0; j < input_length; ++j) {
172 while (h < input_length) {
176 for (m = maxint, j = 0; j < input_length; ++j) {
189 for (j = 0; j < input_length; ++j) {
296 public static final int decode(int input_length, argument
315 for (b = j = 0; j < input_length; ++j){
331 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
342 if (in >= input_length) return punycode_bad_input;
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java135 public static final int encode( int input_length, argument
151 for (j = 0; j < input_length; ++j) {
171 while (h < input_length) {
175 for (m = maxint, j = 0; j < input_length; ++j) {
188 for (j = 0; j < input_length; ++j) {
295 public static final int decode(int input_length, argument
314 for (b = j = 0; j < input_length; ++j){
330 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
341 if (in >= input_length) return punycode_bad_input;
/external/v8/src/parsing/
H A Dscanner.cc1180 int input_length, bool escaped) {
1181 DCHECK(input_length >= 1);
1184 if (input_length < kMinLength || input_length > kMaxLength) {
1199 if (input_length == keyword_length && input[1] == keyword[1] && \
1179 KeywordOrIdentifierToken(const uint8_t* input, int input_length, bool escaped) argument
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc848 Register input_length = w14; local
862 __ Add(input_length, start_offset(), Operand(w10, LSR, 1));
864 __ Add(input_length, start_offset(), w10);
879 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
880 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
882 __ Add(capture_start, input_length, capture_start);
883 __ Add(capture_end, input_length, capture_end);
917 input_length,
919 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
921 __ Add(capture_start, input_length, capture_star
[all...]
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3545 Register input_length = x11; local
3577 __ Ldrsw(input_length,
3580 __ Cmp(result_length, input_length);
3594 // x11 input_length length of input string
3644 // x11 input_length length of input string
3684 // x11 input_length length of input string

Completed in 446 milliseconds