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

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 44 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
54 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
83 /* Find interval to compute normalized correlation */
88 /* Compute normalized correlation between target and filtered excitation */
116 * the interpolated normalized correlation. *
155 * Description: Find the normalized correlation between the target vector and the *
157 * (correlation between target and filtered excitation divided by the *
168 Word16 corr_norm[]) /* (o) Q15 : normalized correlation */
204 /* Compute correlation between xn[] and excf[] */
234 /* Normalize correlation = correlation * (1/sqrt(energy)) *
    [all...]
p_med_ol.c 47 Word16 *gain = &(st->ol_gain); /* normalize correlation of hp_wsp for the lag */
59 /* Compute the correlation */
70 /* Weighting of the correlation function. */
96 /* Compute normalize correlation at delay Tm */
cor_h_x.c 20 * Description:Compute correlation between target "x[]" and "h[]" *
38 Word16 dn[] /* (o) <12bit : correlation between target and h[] */
  /external/iproute2/tc/
q_netem.c 32 " [ delay TIME [ JITTER [CORRELATION]]]\n" \
34 " [ drop PERCENT [CORRELATION]] \n" \
35 " [ corrupt PERCENT [CORRELATION]] \n" \
36 " [ duplicate PERCENT [CORRELATION]]\n" \
37 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
200 if (get_percent(&reorder.correlation, *argv)) {
215 if (get_percent(&corrupt.correlation, *argv)) {
372 if (reorder->correlation)
374 sprint_percent(reorder->correlation, b1));
380 if (corrupt->correlation)
    [all...]
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 36 // The default SolaAnalyzer implements a sign-bit cross-correlation
52 // Returns a cross-correlation score for the specified buffers.
53 // The correlation is performed over all channels of a multi-channel signal.
58 // @param returns a correlation score in the range zero to num_frames
88 // @param overlap_duration correlation overlap size, in seconds
sola_time_scaler.cc 31 // Returns a cross-correlation score for the specified buffers.
46 // Trivial SolaAnalyzer class to bypass correlation.
140 // frame correlation over the range of target merge point +/- half overlap,
266 // minus half an overlap window (ie, the starting point for correlation).
273 // If there is not enough data to do a proper correlation,
275 // find the best correlation score, working from the center out.
309 LOGE("no correlation performed");
342 // On the first window, back up the pointer for the next correlation.
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 58 of the max correlation. Updated copyright year.
82 find the position in the input codes of the maximum correlation
128 dn = buffer of correlation values (Word16)
130 dn2 = buffer containing the maximum of correlation in each track.(Word16)
141 correlation for each track.
154 the position of maximum of correlation in each track and the starting
170 void set_sign(Word16 dn[], i/o : correlation between target and h[]
172 Word16 dn2[], o : maximum of correlation in each track.
245 void set_sign(Word16 dn[], /* i/o : correlation between target and h[] */
247 Word16 dn2[], /* o : maximum of correlation in each track. *
    [all...]
pitch_ol.cpp 92 corr = pointer to buffer of correlation values (Word32)
99 cor_max = pointer to the normalized correlation of selected lag (Word16)
105 cor_max contains the newly calculated normalized correlation of the
111 p_max = lag of the max correlation found (Word16)
124 corr = pointer to buffer of correlation values (Word32)
131 cor_max = pointer to the normalized correlation of selected lag (Word16)
136 cor_max contains the newly calculated normalized correlation of the
142 p_max = lag of the max correlation found (Word16)
153 Find the lag that has maximum correlation of scal_sig in a given delay range.
154 The correlation is given by
    [all...]
calc_cor.h 71 * The correlation is given by
80 Word32 corr[] /* o : correlation of selected lag */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_shape_swb12_tables.c 32 * A rotation matrix to decorrelate intra-vector correlation,
33 * i.e. correlation among components of LAR vector.
44 * A rotation matrix to remove correlation among LAR coefficients
lpc_analysis.c 267 /* Get correlation coefficients */
291 /* recursive filtering of correlation over subframes */
365 * Compute LP coefficients and correlation coefficients. At 12 kHz LP
368 * compute correlation coefficients of all sub-frames.
380 * -corrMat : a matrix where correlation coefficients of each
435 /* Get correlation coefficients */
471 * and the corresponding correlation coefficients.
476 * -corrMat : a matrix of correlation coefficients where
477 * each row is a set of correlation coefficients of
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
95 * Correlation window size is constant and set to 11x11.
158 * Normalized correlation feature matcher for <b>byte</b> images.
159 * Correlation window size is constant and set to 11x11.
165 * then the correlation patches themselves are warped before being placed in the patch space.
199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
95 * Correlation window size is constant and set to 11x11.
158 * Normalized correlation feature matcher for <b>byte</b> images.
159 * Correlation window size is constant and set to 11x11.
165 * then the correlation patches themselves are warped before being placed in the patch space.
199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
95 * Correlation window size is constant and set to 11x11.
158 * Normalized correlation feature matcher for <b>byte</b> images.
159 * Correlation window size is constant and set to 11x11.
165 * then the correlation patches themselves are warped before being placed in the patch space.
199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
  /external/iproute2/include/linux/
pkt_sched.h 453 __u32 delay_corr; /* delay correlation */
454 __u32 loss_corr; /* packet loss correlation */
455 __u32 dup_corr; /* duplicate correlation */
460 __u32 correlation; member in struct:tc_netem_reorder
465 __u32 correlation; member in struct:tc_netem_corrupt
  /external/kernel-headers/original/linux/
pkt_sched.h 486 __u32 delay_corr; /* delay correlation */
487 __u32 loss_corr; /* packet loss correlation */
488 __u32 dup_corr; /* duplicate correlation */
494 __u32 correlation; member in struct:tc_netem_reorder
500 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 459 __u32 delay_corr; /* delay correlation */
460 __u32 loss_corr; /* packet loss correlation */
461 __u32 dup_corr; /* duplicate correlation */
467 __u32 correlation; member in struct:tc_netem_reorder
473 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 459 __u32 delay_corr; /* delay correlation */
460 __u32 loss_corr; /* packet loss correlation */
461 __u32 dup_corr; /* duplicate correlation */
467 __u32 correlation; member in struct:tc_netem_reorder
473 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 459 __u32 delay_corr; /* delay correlation */
460 __u32 loss_corr; /* packet loss correlation */
461 __u32 dup_corr; /* duplicate correlation */
467 __u32 correlation; member in struct:tc_netem_reorder
473 __u32 correlation; member in struct:tc_netem_corrupt
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 394 __u32 correlation; member in struct:tc_netem_reorder
400 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 394 __u32 correlation; member in struct:tc_netem_reorder
400 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 394 __u32 correlation; member in struct:tc_netem_reorder
400 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 394 __u32 correlation; member in struct:tc_netem_reorder
400 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 394 __u32 correlation; member in struct:tc_netem_reorder
400 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 394 __u32 correlation; member in struct:tc_netem_reorder
400 __u32 correlation; member in struct:tc_netem_corrupt

Completed in 1300 milliseconds

1 2 3 4 5 6 7