HomeSort by relevance Sort by last modified time
    Searched full:correlation (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
comp_corr.c 22 * Compute cross correlation and pitch gain for pitch prediction
27 int32_t *corr, /* (o) cross correlation */
32 int16_t sRange, /* (i) correlation search length */
39 /* Calculate correlation and energy */
augmented_cb_corr.c 28 int32_t *crossDot, /* (o) The cross correlation between
43 /* Calculate the correlation between the target and the
44 interpolated codebook. The correlation is calculated in
comp_corr.h 25 * Compute cross correlation and pitch gain for pitch prediction
30 int32_t *corr, /* (o) cross correlation */
35 int16_t sRange, /* (i) correlation search length */
my_corr.c 22 * compute cross correlation between sequences
26 int32_t *corr, /* (o) correlation of seq1 and seq2 */
34 /* Calculate correlation between the two sequences. Scale the
augmented_cb_corr.h 25 * Calculate correlation between target and Augmented codebooks
33 int32_t *crossDot, /* (o) The cross correlation between
my_corr.h 25 * compute cross correlation between sequences
29 int32_t *corr, /* (o) correlation of seq1 and seq2 */
  /external/chromium_org/third_party/opus/src/silk/float/
corrMatrix_FLP.c 33 * Correlation matrix computations for LS estimate.
38 /* Calculates correlation vector X'*t */
43 const opus_int Order, /* I Max lag for correlation */
44 silk_float *Xt /* O X'*t correlation vector [order] */
58 /* Calculates correlation matrix X'*X */
62 const opus_int Order, /* I Max lag for correlation */
63 silk_float *XX /* O X'*X correlation matrix [order x order] */
main_FLP.h 115 const opus_int order /* I Correlation order (even) */
214 silk_float *wXX, /* I/O Weighted correlation matrix, reg. out */
215 const silk_float *wXx, /* I Weighted correlation vector */
216 const silk_float wxx, /* I Weighted correlation value */
230 /* Calculates correlation matrix X'*X */
234 const opus_int Order, /* I Max lag for correlation */
235 silk_float *XX /* O X'*X correlation matrix [order x order] */
238 /* Calculates correlation vector X'*t */
243 const opus_int Order, /* I Max lag for correlation */
244 silk_float *Xt /* O X'*t correlation vector [order] *
    [all...]
regularize_correlations_FLP.c 36 silk_float *XX, /* I/O Correlation matrices */
37 silk_float *xx, /* I/O Correlation values */
  /external/libopus/silk/float/
corrMatrix_FLP.c 33 * Correlation matrix computations for LS estimate.
38 /* Calculates correlation vector X'*t */
43 const opus_int Order, /* I Max lag for correlation */
44 silk_float *Xt /* O X'*t correlation vector [order] */
58 /* Calculates correlation matrix X'*X */
62 const opus_int Order, /* I Max lag for correlation */
63 silk_float *XX /* O X'*X correlation matrix [order x order] */
main_FLP.h 115 const opus_int order /* I Correlation order (even) */
214 silk_float *wXX, /* I/O Weighted correlation matrix, reg. out */
215 const silk_float *wXx, /* I Weighted correlation vector */
216 const silk_float wxx, /* I Weighted correlation value */
230 /* Calculates correlation matrix X'*X */
234 const opus_int Order, /* I Max lag for correlation */
235 silk_float *XX /* O X'*X correlation matrix [order x order] */
238 /* Calculates correlation vector X'*t */
243 const opus_int Order, /* I Max lag for correlation */
244 silk_float *Xt /* O X'*t correlation vector [order] *
    [all...]
regularize_correlations_FLP.c 36 silk_float *XX, /* I/O Correlation matrices */
37 silk_float *xx, /* I/O Correlation values */
  /external/chromium_org/third_party/opus/src/silk/fixed/
main_FIX.h 115 opus_int *scale, /* O Scaling of the correlation vector */
119 const opus_int order /* I Correlation order (even) */
199 const opus_int32 *wXX, /* I Correlation matrix */
200 const opus_int32 *wXx, /* I Correlation vector */
216 /* Calculates correlation matrix X'*X */
220 const opus_int order, /* I Max lag for correlation */
222 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
226 /* Calculates correlation vector X'*t */
231 const opus_int order, /* I Max lag for correlation */
232 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] *
    [all...]
corrMatrix_FIX.c 33 * Correlation Matrix Computations for LS estimate.
38 /* Calculates correlation vector X'*t */
43 const opus_int order, /* I Max lag for correlation */
44 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] */
74 /* Calculates correlation matrix X'*X */
78 const opus_int order, /* I Max lag for correlation */
80 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
108 /* Fill out the diagonal of the correlation matrix */
118 /* Calculate the remaining elements of the correlation matrix */
autocorr_FIX.c 38 opus_int *scale, /* O Scaling of the correlation vector */
41 const opus_int correlationCount, /* I Number of correlation taps to compute */
regularize_correlations_FIX.c 36 opus_int32 *XX, /* I/O Correlation matrices */
37 opus_int32 *xx, /* I/O Correlation values */
  /external/iproute2/man/man8/
tc-netem.8 19 .IR TIME " [ " JITTER " [ " CORRELATION " ]]]"
27 .IR PERCENT " [ " CORRELATION " ] |"
38 .IR PERCENT " [ " CORRELATION " ]]"
42 .IR PERCENT " [ " CORRELATION " ]]"
46 .IR PERCENT " [ " CORRELATION " ] [ "
72 optional parameters allows to introduce a delay variation and a correlation.
73 Delay and jitter values are expressed in ms while correlation is percentage.
83 network interface. It is also possible to add a correlation, but this option
107 for a chosen percent of packets. It is also possible to add a correlation
112 them. It is also possible to add a correlation through the proper parameter
    [all...]
  /external/libopus/silk/fixed/
main_FIX.h 115 opus_int *scale, /* O Scaling of the correlation vector */
119 const opus_int order /* I Correlation order (even) */
199 const opus_int32 *wXX, /* I Correlation matrix */
200 const opus_int32 *wXx, /* I Correlation vector */
216 /* Calculates correlation matrix X'*X */
220 const opus_int order, /* I Max lag for correlation */
222 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
226 /* Calculates correlation vector X'*t */
231 const opus_int order, /* I Max lag for correlation */
232 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] *
    [all...]
corrMatrix_FIX.c 33 * Correlation Matrix Computations for LS estimate.
38 /* Calculates correlation vector X'*t */
43 const opus_int order, /* I Max lag for correlation */
44 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] */
74 /* Calculates correlation matrix X'*X */
78 const opus_int order, /* I Max lag for correlation */
80 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
108 /* Fill out the diagonal of the correlation matrix */
118 /* Calculate the remaining elements of the correlation matrix */
autocorr_FIX.c 38 opus_int *scale, /* O Scaling of the correlation vector */
41 const opus_int correlationCount, /* I Number of correlation taps to compute */
regularize_correlations_FIX.c 36 opus_int32 *XX, /* I/O Correlation matrices */
37 opus_int32 *xx, /* I/O Correlation values */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 46 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
56 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
85 /* Find interval to compute normalized correlation */
90 /* Compute normalized correlation between target and filtered excitation */
118 * the interpolated normalized correlation. *
157 * Description: Find the normalized correlation between the target vector and the *
159 * (correlation between target and filtered excitation divided by the *
170 Word16 corr_norm[]) /* (o) Q15 : normalized correlation */
207 /* Compute correlation between xn[] and excf[] */
237 /* Normalize correlation = correlation * (1/sqrt(energy)) *
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.h 154 // Calculate the auto-correlation of |input|, with length |input_length|
155 // samples. The correlation is calculated from a downsampled version of
157 // |output_scale|. Returns the length of the correlation vector.
158 int16_t Correlation(const int16_t* input, size_t input_length,
time_stretch.cc 55 // Downsample to 4 kHz sample rate and calculate auto-correlation.
61 // Find the strongest correlation peak.
97 // Calculate cross-correlation between |vec1| and |vec2|.
109 // Calculate correlation:
161 // Set scaling factor for cross correlation to protect against overflow.
166 // Calculate correlation from lag kMinLag to lag kMaxLag in 4 kHz domain.
172 // Normalize correlation to 14 bits and write to |auto_correlation_|.
  /external/libnl/lib/route/sch/
netem.c 121 netem->qnm_ro.nmro_correlation = ro.correlation;
132 netem->qnm_crpt.nmcr_correlation = corrupt.correlation;
271 reorder.correlation = netem->qnm_ro.nmro_correlation;
278 corrupt.correlation = netem->qnm_crpt.nmcr_correlation;
429 * Set re-order correlation probability of netem qdisc.
431 * @arg prob New re-ordering correlation probability.
449 * Get re-ordering correlation probability of netem qdisc.
451 * @return Re-ordering correlation probability or a negative error code.
508 * Set corruption correlation probability of netem qdisc.
510 * @arg prob New corruption correlation probability
    [all...]

Completed in 2096 milliseconds

1 2 3 4 5 6 7 8 91011>>