Searched refs:input_length (Results 1 - 23 of 23) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dpunyref.h56 punycode_uint input_length,
69 /* needed.) The input_length is the number of code points in */
74 /* holds input_length boolean values, where nonzero suggests that */
88 punycode_uint input_length,
97 /* input_length is the number of code points in the input. The */
113 /* input_length, because of how the encoding is defined. */
H A Dpunyref.c129 punycode_uint input_length,
146 for (j = 0; j < input_length; ++j) {
166 while (h < input_length) {
170 for (m = maxint, j = 0; j < input_length; ++j) {
183 for (j = 0; j < input_length; ++j) {
218 punycode_uint input_length,
238 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
250 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
261 if (in >= input_length) return punycode_bad_input;
128 punycode_encode( punycode_uint input_length, const punycode_uint input[], const unsigned char case_flags[], punycode_uint *output_length, char output[] ) argument
217 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) argument
/external/webrtc/webrtc/modules/audio_coding/neteq/
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 Daudio_classifier.h35 // input_length : must be channels * 960;
37 bool Analysis(const int16_t* input, int input_length, int channels);
H A Dmerge.h43 // |input|, having |input_length| samples in total for all channels
49 virtual size_t Process(int16_t* input, size_t input_length,
74 int16_t SignalScaling(const int16_t* input, size_t input_length,
78 // Downsamples |input| (|input_length| samples) and |expanded_signal| to
81 void Downsample(const int16_t* input, size_t input_length,
88 size_t start_position, size_t input_length,
H A Daccelerate.h38 // read from |input|, of length |input_length| elements, and are written to
45 size_t input_length,
60 size_t input_length,
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 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 Dpreemptive_expand.h42 // read from |input|, of length |input_length| elements, and are written to
55 void SetParametersForPassiveSpeech(size_t input_length,
62 size_t input_length,
H A Dtime_stretch.h69 virtual void SetParametersForPassiveSpeech(size_t input_length,
78 size_t input_length,
H A Ddsp_helper.h121 // has |input_length| samples, and the method will write |output_length|
125 static int DownsampleTo4kHz(const int16_t* input, size_t input_length,
H A Dexpand.h121 // Calculate the auto-correlation of |input|, with length |input_length|
126 size_t input_length,
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 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DPunycodeReference.java138 public static final int encode( int input_length, argument
154 for (j = 0; j < input_length; ++j) {
174 while (h < input_length) {
178 for (m = maxint, j = 0; j < input_length; ++j) {
191 for (j = 0; j < input_length; ++j) {
298 public static final int decode(int input_length, argument
317 for (b = j = 0; j < input_length; ++j){
333 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
344 if (in >= input_length) return punycode_bad_input;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java137 public static final int encode( int input_length, argument
153 for (j = 0; j < input_length; ++j) {
173 while (h < input_length) {
177 for (m = maxint, j = 0; j < input_length; ++j) {
190 for (j = 0; j < input_length; ++j) {
297 public static final int decode(int input_length, argument
316 for (b = j = 0; j < input_length; ++j){
332 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
343 if (in >= input_length) return punycode_bad_input;
/external/syslinux/gpxe/src/drivers/net/
H A Dpnic.c46 const void *input, uint16_t input_length,
54 outw ( input_length, pnic->ioaddr + PNIC_REG_LEN );
56 outsb ( pnic->ioaddr + PNIC_REG_DATA, input, input_length );
87 const void *input, uint16_t input_length,
91 input, input_length,
96 command, input_length, status );
45 pnic_command_quiet( struct pnic *pnic, uint16_t command, const void *input, uint16_t input_length, void *output, uint16_t output_max_length, uint16_t *output_length ) argument
86 pnic_command( struct pnic *pnic, uint16_t command, const void *input, uint16_t input_length, void *output, uint16_t output_max_length, uint16_t *output_length ) argument
/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/pdfium/xfa/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/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc854 Register input_length = w14; local
868 __ Add(input_length, start_offset(), Operand(w10, LSR, 1));
870 __ Add(input_length, start_offset(), w10);
885 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
886 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
888 __ Add(capture_start, input_length, capture_start);
889 __ Add(capture_end, input_length, capture_end);
923 input_length,
925 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
927 __ Add(capture_start, input_length, capture_star
[all...]
/external/v8/src/parsing/
H A Dscanner.cc1305 int input_length) {
1306 DCHECK(input_length >= 1);
1309 if (input_length < kMinLength || input_length > kMaxLength) {
1324 if (input_length == keyword_length && input[1] == keyword[1] && \
1304 KeywordOrIdentifierToken(const uint8_t* input, int input_length) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h220 unsigned int input_length, member in struct:__anon7088

Completed in 401 milliseconds