OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ilog2
(Results
1 - 6
of
6
) sorted by null
/external/flac/libFLAC/
bitmath.c
41
*
ilog2
( 0) = assertion failure
42
*
ilog2
( 1) = 0
43
*
ilog2
( 2) = 1
44
*
ilog2
( 3) = 1
45
*
ilog2
( 4) = 2
46
*
ilog2
( 5) = 2
47
*
ilog2
( 6) = 2
48
*
ilog2
( 7) = 2
49
*
ilog2
( 8) = 3
50
*
ilog2
( 9) =
[
all
...]
/external/llvm/test/CodeGen/X86/
2006-08-07-CycleInDAG.ll
5
br i1 false, label %
ilog2
.exit, label %cond_true.i
10
ilog2
.exit: ; preds = %0
21
bb.i: ; preds = %
ilog2
.exit
24
bb224.preheader.i: ; preds = %
ilog2
.exit
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h
60
#define NO_P1 31744 /*
ilog2
(1), Noise level for highest threshold */
61
#define NO_P2 19786 /*
ilog2
(0.1*MAX_16), Noise level for lowest threshold */
66
#define SP_P1 22527 /*
ilog2
(NOM_LEVEL/4) */
67
#define SP_P2 17832 /*
ilog2
(NOM_LEVEL*4) */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c
37
*
ilog2
(Word32 in) = -1024*log10(in * 2^-31)/log10(2), where in = [1, 2^31-1]
46
static Word16
ilog2
( /* return: output value of the log2 */
function
503
ilog2_noise_level =
ilog2
(noise_level);
507
ilog2_speech_level =
ilog2
(st->speech_level - temp);
/external/aac/libSBRenc/src/
sbr_def.h
115
#define
ILOG2
1.442695041f /* 1/LOG2 */
/external/aac/libAACenc/src/
metadata_compressor.cpp
97
#define
ILOG2
1.442695041f /* 1/LOG2 */
98
#define FIXP_ILOG2_DIV2 (FL2FXCONST_DBL(
ILOG2
/2))
[
all
...]
Completed in 774 milliseconds