HomeSort by relevance Sort by last modified time
    Searched full:ilog2 (Results 1 - 9 of 9) 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/libvorbis/lib/
block.c 34 static int ilog2(unsigned int v){ function
194 b->modebits=ilog2(ci->modes);
207 b->window[0]=ilog2(ci->blocksizes[0])-6;
208 b->window[1]=ilog2(ci->blocksizes[1])-6;
info.c 38 static int ilog2(unsigned int v){ function
454 oggpack_write(opb,ilog2(ci->blocksizes[0]),4);
455 oggpack_write(opb,ilog2(ci->blocksizes[1]),4);
floor1.c 84 static int ilog2(unsigned int v){ function
120 oggpack_write(opb,ilog2(maxposit),4);
121 rangebits=ilog2(maxposit);
  /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 293 milliseconds