HomeSort by relevance Sort by last modified time
    Searched full:g_out (Results 1 - 4 of 4) sorted by null

  /external/valgrind/tsan/
ts_util.cc 113 FILE *G_out = stderr;
117 FILE *G_out;
149 vfprintf(G_out, RemoveUnsupportedFormat(format).c_str(), args);
150 fflush(G_out);
ts_pin.cc 89 extern FILE *G_out;
428 fwrite(tleb.events, sizeof(uintptr_t), tleb.size, G_out);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
agc.h 130 ; gain[n] = agc_fac * gain[n-1] + (1 - agc_fac) g_in/g_out
131 ; g_in/g_out is the square root of the ratio of energy at
agc.cpp 626 gain[n] = agc_fac * gain[n-1] + (1 - agc_fac) g_in/g_out
629 g_in/g_out = square root of the ratio of energy at

Completed in 37 milliseconds