HomeSort by relevance Sort by last modified time
    Searched refs:input_length (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
punyref.h 54 punycode_uint input_length,
67 /* needed.) The input_length is the number of code points in */
72 /* holds input_length boolean values, where nonzero suggests that */
86 punycode_uint input_length,
95 /* input_length is the number of code points in the input. The */
111 /* input_length, because of how the encoding is defined. */
punyref.c 127 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;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 18 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);
preemptive_expand.cc 21 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);
audio_classifier.h 35 // input_length : must be channels * 960;
37 bool Analysis(const int16_t* input, int input_length, int channels);
merge.h 43 // |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,
accelerate.h 38 // read from |input|, of length |input_length| elements, and are written to
45 size_t input_length,
60 size_t input_length,
audio_classifier.cc 41 int input_length,
44 assert((input_length / channels) == kDefaultFrameSizeSamples);
preemptive_expand.h 42 // read from |input|, of length |input_length| elements, and are written to
55 void SetParametersForPassiveSpeech(size_t input_length,
62 size_t input_length,
merge.cc 41 size_t Merge::Process(int16_t* input, size_t input_length,
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,
211 std::min(static_cast<size_t>(64 * fs_mult_), input_length);
263 void Merge::Downsample(const int16_t* input, size_t input_length,
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,
    [all...]
time_stretch.h 69 virtual void SetParametersForPassiveSpeech(size_t input_length,
78 size_t input_length,
dsp_helper.h 121 // has |input_length| samples, and the method will write |output_length|
125 static int DownsampleTo4kHz(const int16_t* input, size_t input_length,
expand.h 121 // Calculate the auto-correlation of |input|, with length |input_length|
126 size_t input_length,
dsp_helper.cc 295 int DspHelper::DownsampleTo4kHz(const int16_t* input, size_t input_length,
348 &input[filter_length - 1], input_length - filter_length + 1, output,
expand.cc     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 136 public static final int encode( int input_length,
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,
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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 135 public static final int encode( int input_length,
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,
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/webrtc/webrtc/modules/audio_processing/transient/
moving_moments_unittest.cc 28 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) {
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder_unittest.cpp 47 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/
regexp-macro-assembler-arm64.cc 854 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);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.h 219 unsigned int input_length, member in struct:__anon11680
  /system/keymaster/
aes_operation.cpp 447 bool AesEvpOperation::InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,
452 if (!input_length)
455 if (!output->reserve(input_length + AES_BLOCK_SIZE)) {
461 if (!EVP_CipherUpdate(&ctx_, output->peek_write(), &output_written, input, input_length)) {
aes_operation.h 87 bool InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,
  /external/v8/src/parsing/
scanner.cc     [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 217 Lex(const char* input_string, size_t input_length, int parsing_token)
218 : input_string_(input_string), input_length_(input_length),
    [all...]

Completed in 1656 milliseconds

1 2