OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:See
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
Ppmd7.h
58
CPpmd_See DummySee,
See
[25][16];
/external/iproute2/doc/
ip-cref.tex
381
Then we
see
the interface {\em mtu\/} (``maximal transfer unit''). This determines
476
Multicast addresses are not shown by this command,
see
743
additional address attributes: scope value (
see
Sec.\ref{IP-ADDR-ADD},
848
\paragraph{
See
also:} Appendix~\ref{PROXY-NEIGH}, p.\pageref{PROXY-NEIGH}
[
all
...]
/external/speex/libspeex/
mdf.c
4
Echo canceller based on the MDF algorithm (
see
below)
696
spx_word32_t Syy,
See
,Sxx,Sdd, Sff;
878
See
= 0;
890
See
+= mdf_inner_prod(st->e+chan*N, st->e+chan*N, st->frame_size);
895
Sff =
See
;
902
st->Davg1 = ADD32(MULT16_32_Q15(QCONST16(.6f,15),st->Davg1), MULT16_32_Q15(QCONST16(.4f,15),SUB32(Sff,
See
)));
903
st->Davg2 = ADD32(MULT16_32_Q15(QCONST16(.85f,15),st->Davg2), MULT16_32_Q15(QCONST16(.15f,15),SUB32(Sff,
See
)));
908
st->Davg1 = .6*st->Davg1 + .4*(Sff-
See
);
909
st->Davg2 = .85*st->Davg2 + .15*(Sff-
See
);
917
if (FLOAT_GT(FLOAT_MUL32U(SUB32(Sff,
See
),ABS32(SUB32(Sff,See))), FLOAT_MUL32U(Sff,Dbf))
[
all
...]
Completed in 2290 milliseconds