HomeSort by relevance Sort by last modified time
    Searched refs:log_2 (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libeffects/loudness/common/core/
math.h 40 const int log_2 = ((x >> 23) & 255) - 128; local
45 return static_cast<float>(val + log_2);
  /external/llvm/test/MC/COFF/
comm-align.s 7 # - that the alignment is represented as a log_2 of the alignment
  /external/webp/src/dsp/
lossless_enc_mips32.c 66 double log_2; local
80 log_2 = kLog2Table[temp] + log_cnt;
86 log_2 += (double)correction / v;
88 return (float)log_2;
lossless_enc.c 364 double log_2; local
370 log_2 = kLog2Table[v] + log_cnt;
375 log_2 += (double)correction / orig_v;
377 return (float)log_2;
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 182 GLint log_2; local
184 log_2 = ((num.i >> 23) & 255) - 128;
188 return num.f + log_2;
  /system/extras/ext4_utils/
ext4_utils.h 126 static inline int log_2(int j) function
ext4_utils.c 286 sb->s_log_block_size = log_2(info.block_size / 1024);
287 sb->s_obso_log_frag_size = log_2(info.block_size / 1024);
  /frameworks/rs/api/
rs_math.spec 112 summary: log_2(e), as a 32 bit float
    [all...]

Completed in 83 milliseconds