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

<<11121314151617181920>>

  /cts/suite/audio_quality/test_description/
dut_recording_spectrum.xml 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/review/
review_dut_recording_spectrum.xml 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
camera_response_fast.rsh 13 // The difference here is that we use a normalized model such
  /external/autotest/client/profilers/readprofile/
readprofile.py 7 where those many ticks occurred, and the third is the normalized `load' of the
  /external/avahi/avahi-common/
domain.c 577 char normalized[AVAHI_DOMAIN_NAME_MAX]; local
602 if (!(avahi_normalize_name(t, normalized, sizeof(normalized))))
605 if (avahi_address_parse(normalized, AVAHI_PROTO_UNSPEC, &a))
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 45 // Markers' space could either be normalized or image (pixels). This is defined
47 // space, and N means markers are in normalized space.
81 // are in normalized space.
448 // Apply camera intrinsics to the normalized point to get image coordinates.
449 // This applies the radial lens distortion to a point which is in normalized
469 // Apply distortion to the normalized points to get (xd, yd).
515 // Compute normalized coordinates: x /= x[2].
521 // Apply distortion to the normalized points to get (xd, yd).
813 // stored in normalized space, and refine_intrinsics is not
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
efficiency_metric.html 22 var DESCRIPTION = 'Normalized CPU budget consumption';
  /external/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 26 /// The hash contains the normalized text of the location associated with the
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 65 * \warning the vector normal is assumed to be normalized.
76 * \warning the vector normal is assumed to be normalized.
165 * \warning the vector normal is assumed to be normalized.
194 // since the line equations ax+by=c are normalized with a^2+b^2=1, the following tests
  /external/eigen/test/eigen2/
eigen2_parametrizedline.cpp 32 VectorType d0 = VectorType::Random(dim).normalized();
  /external/freetype/src/truetype/
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
NormalizedFileNames.java 22 * Internal utility to create normalized file names from string ids. The file
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL20.java 808 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer buffer) {
811 GL20.glVertexAttribPointer(indx, size, false, normalized, stride, (ByteBuffer)buffer);
813 GL20.glVertexAttribPointer(indx, size, true, normalized, stride, (ByteBuffer)buffer);
815 GL20.glVertexAttribPointer(indx, size, false, normalized, stride, ((ByteBuffer)buffer).asShortBuffer());
817 GL20.glVertexAttribPointer(indx, size, true, normalized, stride, ((ByteBuffer)buffer).asShortBuffer());
819 GL20.glVertexAttribPointer(indx, size, normalized, stride, ((ByteBuffer)buffer).asFloatBuffer());
829 GL20.glVertexAttribPointer(indx, size, normalized, stride, (FloatBuffer)buffer);
846 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, int ptr) {
847 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL20.java 802 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer buffer) {
805 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, (ByteBuffer)buffer);
807 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, (ByteBuffer)buffer);
809 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, ((ByteBuffer)buffer).asShortBuffer());
811 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, ((ByteBuffer)buffer).asShortBuffer());
813 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, ((ByteBuffer)buffer).asFloatBuffer());
823 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, (FloatBuffer)buffer);
840 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, int ptr) {
841 GL20.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-lcd_filtering.html 116 <p>1) It should be normalized, meaning the sum of the 5&nbsp;components should be 256 (0x100). It is possible to go above or under this target sum, however: going under means tossing out contrast, going over means invoking clamping and thereby non-linearities that increase contrast somewhat at the expense of greater distortion and color-fringing. Contrast is better enhanced through stem darkening.</p>
120 <p>- [0x10 0x40 0x70 0x40 0x10] is beveled and neither balanced nor normalized.</p>
121 <p>- [0x1A 0x33 0x4D 0x33 0x1A] is beveled and balanced but not normalized.</p>
122 <p>- [0x19 0x33 0x66 0x4c 0x19] is beveled and normalized but not balanced.</p>
123 <p>- [0x00 0x4c 0x66 0x4c 0x00] is boxily beveled and normalized but not balanced.</p>
124 <p>- [0x00 0x55 0x56 0x55 0x00] is boxy, normalized, and almost balanced.</p>
125 <p>- [0x08 0x4D 0x56 0x4D 0x08] is beveled, normalized and, almost balanced.</p>
155 <p>It is a beveled, normalized, and color-balanced five-tap filter that is more forgiving to screens with non-ideal gamma curves and viewing angles. Note that while color-fringing is reduced, it can only be minimized by using linear alpha blending and gamma correction to render glyphs onto surfaces.</p>
159 <p>It is a boxy, normalized, and color-balanced three-tap filter that is less forgiving to screens with non-ideal gamma curves and viewing angles. This filter works best when the rendering system uses linear alpha blending and gamma correction to render glyphs onto surfaces.</p>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 449 boolean normalized; local
590 normalized = tex->target != PIPE_TEXTURE_RECT;
591 if(normalized) {
636 normalized = sampler_view->texture->target != PIPE_TEXTURE_RECT;
637 if(normalized)
682 ctx->sampler.normalized_coords = normalized;
823 boolean normalized = src_sampler_view->texture->target != PIPE_TEXTURE_RECT; local
841 if(normalized)
883 ctx->sampler.normalized_coords = normalized;
  /external/mesa3d/src/mesa/state_tracker/
st_atom.h 77 GLboolean normalized, GLboolean integer);
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
  /external/skia/src/core/
SkHalf.cpp 53 // (De)normalized number or zero
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.h 33 * inside. The equations should be normalized such that the first two coefficients are a unit
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 95 * Gets a matrix that goes from local coordinates to GL normalized device coords.

Completed in 2395 milliseconds

<<11121314151617181920>>