Searched refs:correlation (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_netem.c191 if (get_percent(&reorder.correlation, *argv)) {
325 if (reorder->correlation)
327 sprint_percent(reorder->correlation, b1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h453 __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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c69 // fast waveform alignment via correlation in frequency domain:
139 // for fast correlation calculation in frequency domain:
142 FFTSample *correlation; member in struct:__anon3326
227 av_freep(&atempo->correlation);
304 RE_MALLOC_OR_FAIL(atempo->correlation, atempo->window * sizeof(FFTComplex));
601 * Calculate cross-correlation via rDFT.
645 FFTSample *correlation,
656 yae_xcorr_via_rdft(correlation,
669 // identify cross-correlation peaks within search window:
670 xcorr = correlation
640 yae_align(AudioFragment *frag, const AudioFragment *prev, const int window, const int delta_max, const int drift, FFTSample *correlation, RDFTContext *complex_to_real) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_netem.c41 packets and add random jitter (and correlation). The random
108 if (state->rho == 0) /* no correlation */
361 init_crandom(&q->reorder_cor, r->correlation);
370 init_crandom(&q->corrupt_cor, r->correlation);
590 reorder.correlation = q->reorder_cor.rho;
594 corrupt.correlation = q->corrupt_cor.rho;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h451 __u32 delay_corr; /* delay correlation */
452 __u32 loss_corr; /* packet loss correlation */
453 __u32 dup_corr; /* duplicate correlation */
459 __u32 correlation; member in struct:tc_netem_reorder
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvfc.h450 u64 correlation; member in struct:ibmvfc_cmd
479 u64 correlation; member in struct:ibmvfc_passthru_iu

Completed in 88 milliseconds