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

  /external/aac/libSBRenc/src/
sbr_def.h 114 #define LOG2 0.69314718056f /* natural logarithm of 2 */
115 #define ILOG2 1.442695041f /* 1/LOG2 */
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 31 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
768 LOG2("notifyCallback(%d)", msgType);
788 LOG2("dataCallback(%d)", msgType);
821 LOG2("dataCallbackTimestamp(%d)", msgType);
874 LOG2("frame callback is disabled");
884 LOG2("Disable preview callback");
894 LOG2("frame is copied");
897 LOG2("frame is forwarded");
995 LOG2("copyFrameAndPostCopiedFrame")
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 133 #define log2f(f) ((float) log2(f))
160 *** LOG2: Log base 2 of float
165 * Based on code from http://www.stereopsis.com/log2.html
167 static inline GLfloat LOG2(GLfloat x)
172 const GLint log2 = ((GLint) exp) - 127;
173 return (GLfloat) log2 * (1.0 / 4.0); /* 4, because of x^4 above */
179 static inline GLfloat LOG2(GLfloat val)
195 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F))
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 183 #define LOG2(...) LOG_N(2,__VA_ARGS__)
958 LOG2(_T(" looking for library: %s\n"), libname.c_str());
969 LOG2(_T(" in %s: "), file_path.c_str());
972 LOG2(_T("%s\n"), TO_CONST_TCHAR(strerror(errno)));
976 LOG2(_T("Not a regular file!\n"));
980 LOG2(_T("OK\n"));
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 425 GLfloat lambda = LOG2(rho);
452 lambda = LOG2(rho);
    [all...]
s_texfilter.c 683 * We can't really use this because the inaccuracy in the LOG2 function
    [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 96 #define LOG2 0.69314718056f /* natural logarithm of 2 */
97 #define ILOG2 1.442695041f /* 1/LOG2 */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 79 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
    [all...]

Completed in 875 milliseconds