OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ot2
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
cb_search.c
273
VARDECL(spx_word16_t **
ot2
);
300
ALLOC(
ot2
, N, spx_word16_t*);
326
ot2
[i]=tmp+2*i*nsf;
329
ot=
ot2
;
/external/opencv3/doc/pattern_tools/
svgfig.py
743
def maybelog(t, it1, it2, ot1,
ot2
, logbase):
747
return ot1 + 1.*(math.log(t, logbase) - math.log(it1, logbase))/(math.log(it2, logbase) - math.log(it1, logbase)) * (
ot2
- ot1)
[
all
...]
Completed in 83 milliseconds