HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 726 - 750 of 2072) sorted by null

<<21222324252627282930>>

  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 148 /* The normalized bit rates associated with the various
291 /* The normalized MSE reduction. */
  /external/opencv3/3rdparty/libpng/
pngmem.c 241 "Farmalloc didn't return normalized pointer");
245 "Farmalloc didn't return normalized pointer");
  /external/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java 292 // maps a normalized (but not suffixed) entry name to 1 or more FileSystemEntries.
293 // Each FileSystemEntry asociated with a normalized entry name must have a distinct
  /external/tremolo/Tremolo/
floor0.c 249 /* pi,qi normalized collectively, both tracked using qexp */
295 however, for the lookup, things must be normalized again. We
  /external/v8/tools/
generate-ten-powers.scm 98 ;; normalized (start with a 1). -> we have to shift the number.
108 ;; hence normalized now.
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.hpp 93 /// @param axis Rotation axis, recommanded to be normalized.
280 /// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
  /external/webrtc/webrtc/common_audio/signal_processing/
resample.c 418 // input: int32_t (normalized, not saturated) :: size 16 * K
460 // input: int32_t (normalized, not saturated) :: size 16 * K
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 159 // The |energy| will be normalized to 15 bits. We use unsigned integer because
198 // We know by construction that |energy| is normalized to 15 bits. Hence,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
lsp_lsf.h 101 Word16 lsf[], /* (i) : lsf[m] normalized (range: 0.0<=val<=0.5) */
108 Word16 lsf[], /* (o) : lsf[m] normalized (range: 0.0<=val<=0.5) */
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_quaternion.jd 192 <tr><th>q</th><td>Normalized quaternion.</td></tr>
196 <p> Computes a rotation matrix from the normalized quaternion.
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsObservers.java 74 * Creates a wrapper that contains the caller context and a normalized request.
80 * @return the normalized request wrapped within {@link RequestInfo}.
  /frameworks/rs/api/
rs_quaternion.spec 70 arg: const rs_quaternion* q, "Normalized quaternion."
73 Computes a rotation matrix from the normalized quaternion.
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 69 * returns the normalized value given by the parser. It is also the case
133 * <td valign='top' rowspan='1' colspan='1'>Normalized newline between</td>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 77 * Set the normalized-score threshold for a suggestion to be considered strong enough that we
86 * Set the normalized-score threshold for what we consider a "plausible" suggestion, in
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 365 // For space-aware gestures, we store the normalized distance at the char index
473 // Saves the current normalized compound distance for space-aware gestures.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv_test.go 125 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
128 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
intconv_test.go 122 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
125 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/go/darwin-x86/src/math/big/
intconv_test.go 122 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
125 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv_test.go 125 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
128 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
intconv_test.go 122 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
125 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /prebuilts/go/linux-x86/src/math/big/
intconv_test.go 122 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n1)
125 t.Errorf("#%d (input '%s'): %v is not normalized", i, test.in, *n2)
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 223 r"""This function returns the current attenuation setting of Attenuator, normalized by
235 r"""This function returns the max attenuation setting of Attenuator, normalized by
  /cts/apps/CameraITS/pymodules/its/
dng.py 111 # The color matrix is normalized so that it maps the D50 (PCS) white
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
Gles2ColoredTriangleList.java 270 false /* normalized */, VERTEX_STRIDE, vertexBuffer);

Completed in 444 milliseconds

<<21222324252627282930>>