/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
set_sign.h | 104 void set_sign(Word16 dn[], /* i/o : correlation between target and h[] */ 106 Word16 dn2[], /* o : maximum of correlation in each track. */ 111 Word16 dn[], /* i/o : correlation between target and h[] */ 114 Word16 pos_max[], /* o : position of maximum correlation */
|
cor_h_x2.cpp | 111 dn = vector containing the correlation between the target and the 121 dn contents are the newly calculated correlation values 137 This function computes the correlation between the target signal (x) and the 140 The correlation is given by: d[n] = sum_{i=n}^{L-1} x[i] h[i-n], 165 Word16 dn[], // (o): correlation between target and h[] 231 Word16 dn[], /* (o): correlation between target and h[] */
|
pitch_fr.cpp | 181 PURPOSE: Find the normalized correlation between the target vector 185 The normalized correlation is given by the correlation between the 260 // Compute correlation between xn[] and excf[] 268 // Normalize correlation = correlation * (1/sqrt(energy)) 405 /* Normalize correlation = correlation * (1/sqrt(energy)) */ 451 corr[] = pointer to normalized correlation of type Word16 474 The function interpolates the normalized correlation at th [all...] |
hp_max.h | 49 Purpose : Find the maximum correlation of scal_sig[] in a given 101 Word32 corr[], /* i : correlation vector. */ 106 Word16 *cor_hp_max, /* o : max high-pass filtered norm. correlation */
|
calc_cor.cpp | 43 Description: Optimize code by calculating two correlation per iteration 131 The correlation is given by 155 Word32 corr[]) // o : correlation of selected lag 205 Word32 corr[]) /* o : correlation of selected lag */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
p_med_o.h | 33 Word16 * gain, /* output: normalize correlation of hp_wsp for the Lag */
|
/external/webrtc/src/common_audio/signal_processing/include/ |
signal_processing_library.h | [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
pitch_estimator.c | 178 /* compute correlation for first and second half of the frame */ 193 /* taper correlation functions */ 203 /* fill middle row of correlation surface */ 215 /* fill first and last rows of correlation surface */ 236 /* fill second and next to last rows of correlation surface */ 257 /* fill remainder of correlation surface */
|
encode_lpc_swb.c | 88 * Remove the correlation amonge the components of LAR vectors. If LAR vectors 161 * Remover the correlation among mean-removed LAR vectors. If LAR vectors
|
/external/opencv/ml/src/ |
mlestimate.cpp | 288 float* correlation) 308 if (correlation) 317 *correlation = (float)(te / te1);
|
/external/iproute2/ |
README.distribution | 94 and correlation coefficient (rho). You can then plug these values
|
/external/iproute2/netem/ |
README.distribution | 96 and correlation coefficient (rho). You can then plug these values
|
/external/libvorbis/doc/ |
stereo.html | 122 <h4>maximal correlation</h4> 133 channels usually correlate. This correlation is even stronger if one 140 correlation before coupling. This feature of the Vorbis format is not 148 representation gives benefits when left/right correlation is
|
/external/speex/include/speex/ |
speex_echo.h | 149 /** Remove correlation between the channels by modifying the phase and possibly
|
/external/speex/libspeex/ |
sb_celp.h | 63 const spx_word16_t *lagWindow; /**< Auto-correlation window */
|
ltp_arm4.h | 93 /* Compute correlation*/
|
nb_celp.h | 84 const spx_word16_t *lagWindow; /**< Window applied to auto-correlation */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
filters_neon.c | 82 // Step 2, perform the actual correlation calculation.
|
pitch_estimator.c | 319 /* compute correlation for first and second half of the frame */ 348 /* taper correlation functions */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastcodemb.cpp | 42 -modified threshold based on correlation coeff 0.75 only for mode H.263 45 -modified threshold based on correlation coeff 0.5 271 -modified threshold based on correlation coeff 0.75 only for mode H.263 274 -modified threshold based on correlation coeff 0.5
|
/bionic/libc/kernel/common/linux/ |
pkt_sched.h | 466 __u32 correlation; member in struct:tc_netem_reorder 472 __u32 correlation; member in struct:tc_netem_corrupt
|
/external/chromium/net/http/ |
http_network_layer.cc | 63 // a bit of a hack, as this correlation between NPN and SPDY is not
|
/external/libgsm/inc/ |
private.h | 160 word * Nc, /* correlation lag OUT */
|
/external/llvm/include/llvm/Transforms/Utils/ |
Cloning.h | 84 /// The correlation between instructions in the source and result basic blocks
|
/external/webrtc/src/common_audio/signal_processing/ |
levinson_durbin.c | 26 // Auto-correlation coefficients in high precision
|