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

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 44 #define LOG2 ALOGI /*WARNING Logging*/
  /external/chromium_org/third_party/mesa/src/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))
  /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))
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 30 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
695 LOG2("notifyCallback(%d)", msgType);
720 LOG2("dataCallback(%d)", msgType);
758 LOG2("dataCallbackTimestamp(%d)", msgType);
810 LOG2("frame callback is disabled");
820 LOG2("Disable preview callback");
830 LOG2("frame is copied");
833 LOG2("frame is forwarded");
911 LOG2("copyFrameAndPostCopiedFrame");
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 269 private static final double LOG2 = Math.log(2);
279 int expectedMipmaps = 1 + (int) Math.ceil(Math.log(Math.max(h, w)) / LOG2);
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 55 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
    [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/aac/libSBRenc/src/
sbr_def.h 114 #define LOG2 0.69314718056f /* natural logarithm of 2 */
115 #define ILOG2 1.442695041f /* 1/LOG2 */
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 96 private static final double LOG2 = Math.log(2);
222 int expectedMipmaps = 1 + (int) Math.ceil(Math.log(Math.max(height, width)) / LOG2);
  /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/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 

Completed in 692 milliseconds