Searched refs:input (Results 1 - 25 of 3771) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/as400/
H A Dzlib.inc93 D zs_next_in * Next input byte
/external/zlib/src/contrib/delphi/
H A DZLib.pas24 next_in: PChar; // next input byte
26 total_in: Longint; // total nb of input bytes read so far
111 The OnProgress event is called each time the internal input buffer of
112 compressed data is exhausted and the next block is read from the input stream.
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com3 $ copy sys$input: zdef
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas29 next_in: PChar; (* next input byte *)
31 total_in: LongInt; (* total nb of input bytes read so far *)
/external/zlib/src/examples/
H A Dzran.c24 input zlib or gzip stream a block at a time, and at the end of each block
31 The input file is positioned to the specified location in the index, and if
64 #define CHUNK 16384 /* file input buffer size */
69 off_t in; /* offset in input file of first full byte */
142 of memory, Z_DATA_ERROR for an error in the input file, or Z_ERRNO for a
151 unsigned char input[CHUNK]; local
164 /* inflate the input, maintain a sliding window, and build an index -- this
171 /* get some compressed data from input file */
172 strm.avail_in = fread(input, 1, CHUNK, in);
181 strm.next_in = input;
255 unsigned char input[CHUNK]; local
[all...]
/external/zlib/src/
H A Dmake_vms.com121 $! Build a fake configure input header
423 $ copy sys$input: out
438 $ copy sys$input: out
575 $ copy sys$input: 'tc'
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc74 " contain a directory path. When using a prefix, multiple input files"
78 " If input file names contain the prefix, they are not processed but"
102 " p: predefined (keep from input, this likely overlaps another"
248 // The second filename is the output instead of an input if no prefix is
253 printf("Please provide one input and output filename\n\n");
260 // Total output size, taking input size if the input file was smaller
262 // Total output size that zopfli produced, even if input was smaller, for
336 // Set output file to input since input wa
[all...]
/external/webrtc/src/common_audio/vad/
H A Dvad_gmm.c19 // For a normal distribution, the probability of |input| is calculated and
27 // x = |input| (Q4)
30 int32_t WebRtcVad_GaussianProbability(int16_t input, argument
51 tmp16 = (input << 3); // Q4 -> Q7
H A Dvad_gmm.h18 // Calculates the probability for |input|, given that |input| comes from a
22 // - input : input sample in Q4.
23 // - mean : mean input in the statistical model, Q7.
28 // - delta : input used when updating the model, Q11.
29 // |delta| = (|input| - |mean|) / |std|^2.
32 // (probability for |input|) =
33 // 1 / |std| * exp(-(|input| - |mean|)^2 / (2 * |std|^2));
34 int32_t WebRtcVad_GaussianProbability(int16_t input,
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c368 void WebRtcIsacfix_GetVars(const WebRtc_Word16 *input, const WebRtc_Word16 *pitchGains_Q12, argument
382 nrgQ[0] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
386 nrgQ[1] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
390 nrgQ[2] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
394 nrgQ[3] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
626 /* Update input buffe
[all...]
H A Dlpc_masking_model.h27 void WebRtcIsacfix_GetVars(const WebRtc_Word16 *input,
H A Dpitch_filter_armv6.S125 @ Subtract from input and update buffer.
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c114 void WebRtcIsac_GetVars(const double *input, const WebRtc_Word16 *pitchGains_Q12, argument
125 nrg[0] += input[k]*input[k];
129 nrg[1] += input[k]*input[k];
133 nrg[2] += input[k]*input[k];
137 nrg[3] += input[k]*input[k];
167 const double* input,
166 WebRtcIsac_GetVarsUB( const double* input, double* oldEnergy, double* varscale) argument
[all...]
H A Dlpc_analysis.h26 void WebRtcIsac_GetVars(const double *input, const WebRtc_Word16 *pitchGains_Q12,
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m55 inpath = [filepath 'input/'];
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp29 rough_log_2_size(const T& input) argument
33 while((input >> result) && (result < (8*sizeof(T)))) ++result;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c37 #define DES_ecb_encrypt(input, output, ks, enc) \
38 des_ecb_encrypt((input), (output), *(ks), (enc))
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
121 os_memcpy(ctx->buffer + have, input, need);
123 input += need;
130 MD4Transform(ctx->state, input);
131 input += MD4_BLOCK_LENGTH;
138 os_memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree.php14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
19 <input type="submit" value="Accept">
H A Dsignup.php32 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
36 Username: <input type="text" name="user"><br>
37 Password: <input type="password" name="password"><br>
38 <input type="submit" value="Complete subscription registration">
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c37 #define DES_ecb_encrypt(input, output, ks, enc) \
38 des_ecb_encrypt((input), (output), *(ks), (enc))
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
121 os_memcpy(ctx->buffer + have, input, need);
123 input += need;
130 MD4Transform(ctx->state, input);
131 input += MD4_BLOCK_LENGTH;
138 os_memcpy(ctx->buffer + have, input, len);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c37 #define DES_ecb_encrypt(input, output, ks, enc) \
38 des_ecb_encrypt((input), (output), *(ks), (enc))
H A Dmd4-internal.c20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) argument
121 os_memcpy(ctx->buffer + have, input, need);
123 input += need;
130 MD4Transform(ctx->state, input);
131 input += MD4_BLOCK_LENGTH;
138 os_memcpy(ctx->buffer + have, input, len);

Completed in 2955 milliseconds

1234567891011>>