OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spx_ilog2
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
pseudofloat.h
78
e =
spx_ilog2
(ABS32(x))-14;
254
e1 =
spx_ilog2
(ABS32(a));
256
e2 =
spx_ilog2
(ABS32(b));
272
e =
spx_ilog2
(ABS32(a))-
spx_ilog2
(b.m-1)-15;
296
e0 =
spx_ilog2
(b)-14;
300
e =
spx_ilog2
(ABS32(a))-
spx_ilog2
(b-1)-15;
math_approx.h
64
static inline spx_int16_t
spx_ilog2
(spx_uint32_t x)
function
296
int e =
spx_ilog2
(x);
stereo.c
187
shift =
spx_ilog2
(largest)-15;
206
shift =
spx_ilog2
(e_tot);
preprocess.c
645
st->frame_shift = 14-
spx_ilog2
(EXTEND32(max_val));
[
all
...]
Completed in 481 milliseconds