Searched refs:slope (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A Dphaselock.c51 double slope; member in struct:_seg
64 * where that line matches b's slope coordinate.
69 x = (b->slope - a->slope) / (c->slope - a->slope) ;
81 * looks for the largest (sign=0) or smallest (sign=1) slope.
85 double dt, slope; local
91 slope = (d_ring[n].s.ss[s0] - d_ring[j].s.ss[s1]) / dt;
92 if (0 && debug) printf("slope
141 find_shift(double slope, double offset) argument
168 double slope = 0.5 * (max->slope + min->slope); local
[all...]
H A Denvelope38 ($FD, $slope, $offset) = @_;
39 if ($FD eq "MX" && $slope < $maxxs && $slope > $minxs) {
40 print MN "$slope $offset\n" || die;
42 if ($FD eq "MN" && $slope < $maxxs && $slope > $minxs) {
43 print MN "$slope $offset\n" || die;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/ntpclient/
H A Dphaselock.c51 double slope; member in struct:_seg
64 * where that line matches b's slope coordinate.
69 x = (b->slope - a->slope) / (c->slope - a->slope) ;
81 * looks for the largest (sign=0) or smallest (sign=1) slope.
85 double dt, slope; local
91 slope = (d_ring[n].s.ss[s0] - d_ring[j].s.ss[s1]) / dt;
92 if (0 && debug) printf("slope
141 find_shift(double slope, double offset) argument
168 double slope = 0.5 * (max->slope + min->slope); local
[all...]
H A Denvelope38 ($FD, $slope, $offset) = @_;
39 if ($FD eq "MX" && $slope < $maxxs && $slope > $minxs) {
40 print MN "$slope $offset\n" || die;
42 if ($FD eq "MN" && $slope < $maxxs && $slope > $minxs) {
43 print MN "$slope $offset\n" || die;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqcelpdec.c220 float slope; local
286 slope = 0.5*(qcelp_g12ga[g1[0]] - q->last_codebook_gain) / subframes_count;
288 gain[i-1] = q->last_codebook_gain + slope * i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex384 all use the slope function
H A D04-codec.tex320 Vorbis windows all use the slope function $y=\sin(\frac{\pi}{2} * \sin^2((x+0.5)/n * \pi))$,

Completed in 123 milliseconds