/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Quaternion.h | 150 * \sa normalized(), MatrixBase::normalize() */ 152 /** \returns a normalized version of \c *this 153 * \sa normalize(), MatrixBase::normalized() */ 154 inline Quaternion normalized() const { return Quaternion(m_coeffs.normalized()); } function in class:Eigen::Quaternion 334 * Note that the two input vectors do \b not have to be normalized. 340 Vector3 v0 = a.normalized(); 341 Vector3 v1 = b.normalized(); 370 * and/or the quaternion is normalized, then it is enough to use the conjugate. 389 * if the quaternion is normalized [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleIDParser.java | 191 * Advance index past language, and accumulate normalized language code in buffer. 232 * Advance index past script, and accumulate normalized script in buffer. 295 * Advance index past country, and accumulate normalized country in buffer. 369 * Advance index past variant, and accumulate normalized variant in buffer. This ignores 446 * Returns the normalized language id, or the empty string. 454 * Returns the normalized script id, or the empty string. 463 * return the normalized country id, or the empty string. 473 * Returns the normalized variant id, or the empty string. 519 * Returns the normalized base form of the locale id. The base 531 * Returns the normalized full form of the locale id. The ful [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
LocaleIDParser.java | 189 * Advance index past language, and accumulate normalized language code in buffer. 230 * Advance index past script, and accumulate normalized script in buffer. 293 * Advance index past country, and accumulate normalized country in buffer. 367 * Advance index past variant, and accumulate normalized variant in buffer. This ignores 444 * Returns the normalized language id, or the empty string. 452 * Returns the normalized script id, or the empty string. 461 * return the normalized country id, or the empty string. 471 * Returns the normalized variant id, or the empty string. 517 * Returns the normalized base form of the locale id. The base 529 * Returns the normalized full form of the locale id. The ful [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleIDParser.java | 189 * Advance index past language, and accumulate normalized language code in buffer. 230 * Advance index past script, and accumulate normalized script in buffer. 293 * Advance index past country, and accumulate normalized country in buffer. 367 * Advance index past variant, and accumulate normalized variant in buffer. This ignores 444 * Returns the normalized language id, or the empty string. 452 * Returns the normalized script id, or the empty string. 461 * return the normalized country id, or the empty string. 471 * Returns the normalized variant id, or the empty string. 517 * Returns the normalized base form of the locale id. The base 529 * Returns the normalized full form of the locale id. The ful [all...] |
/external/eigen/Eigen/src/Geometry/ |
Quaternion.h | 122 * \sa normalized(), MatrixBase::normalize() */ 124 /** \returns a normalized copy of \c *this 125 * \sa normalize(), MatrixBase::normalized() */ 126 inline Quaternion<Scalar> normalized() const { return Quaternion<Scalar>(coeffs().normalized()); } function in class:Eigen::QuaternionBase 206 * \warning Operations interpreting the quaternion as rotation have undefined behavior if the quaternion is not normalized. 521 * be normalized, otherwise the result is undefined. 566 * Note that the two input vectors do \b not have to be normalized, and 575 Vector3 v0 = a.normalized(); 576 Vector3 v1 = b.normalized(); [all...] |
/external/opencv/cv/src/ |
cvderiv.cpp | 363 normalized = basic_laplacian = false; 370 normalized = basic_laplacian = false; 410 normalized = _normalized; 556 bool normalized = state->is_normalized(); local 565 if( basic_laplacian || !normalized ) 567 normalized = false; 588 else if( !normalized ) 611 if( !normalized ) 635 if( !normalized ) 698 bool normalized = state->is_normalized() local [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 46 /** Upper/left minimal point of a normalized rectangle */ 48 /** Lower/right maximal point of a normalized rectangle */ 50 /** The default normalized rectangle spans the entire size of the preview viewport */ 56 /** The default normalized area uses the default normalized rectangle with a weight=1 */ 691 * Get the largest possible zoom ratio (normalized to {@code 1.0f} and higher) 697 * @return normalized max zoom ratio, at least {@code 1.0f} 782 * Calculate the actual/effective/reported normalized rectangle data from a metering [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 533 if(input_desc->channel[0].normalized) 583 if(input_desc->channel[0].normalized) 704 && output_desc->channel[0].normalized == input_desc->channel[0].normalized 737 if(input_desc->channel[0].normalized) 747 if(input_desc->channel[0].normalized) 772 if(output_desc->channel[0].normalized) 886 v = output_desc->channel[0].normalized ? 0xff : 1; 889 v = output_desc->channel[0].normalized ? 0x7f : 1; 912 v = output_desc->channel[1].normalized ? 0xffff : 1 [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
int_test.go | 65 t.Errorf("%v is not normalized", z) 93 t.Errorf("%s%v is not normalized", msg, z) 287 t.Errorf("#%d Quo: %v is not normalized", i, *q1) 290 t.Errorf("#%d Rem: %v is not normalized", i, *r1) 298 t.Errorf("#%d Quo: %v is not normalized", i, *q2) 301 t.Errorf("#%d Rem: %v is not normalized", i, *r2) 310 t.Errorf("#%d Div: %v is not normalized", i, *d1) 313 t.Errorf("#%d Mod: %v is not normalized", i, *m1) 321 t.Errorf("#%d Div: %v is not normalized", i, *d2) 324 t.Errorf("#%d Mod: %v is not normalized", i, *m2 [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
int_test.go | 65 t.Errorf("%v is not normalized", z) 93 t.Errorf("%s%v is not normalized", msg, z) 287 t.Errorf("#%d Quo: %v is not normalized", i, *q1) 290 t.Errorf("#%d Rem: %v is not normalized", i, *r1) 298 t.Errorf("#%d Quo: %v is not normalized", i, *q2) 301 t.Errorf("#%d Rem: %v is not normalized", i, *r2) 310 t.Errorf("#%d Div: %v is not normalized", i, *d1) 313 t.Errorf("#%d Mod: %v is not normalized", i, *m1) 321 t.Errorf("#%d Div: %v is not normalized", i, *d2) 324 t.Errorf("#%d Mod: %v is not normalized", i, *m2 [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexArrayObjectTests.cpp | 66 GLboolean normalized; member in struct:deqp::gles3::Functional::__anon11012::Attribute 92 , normalized (GL_FALSE) 209 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n" 452 else if (state.attributes[attribNdx].type != GL_FLOAT && !state.attributes[attribNdx].normalized) 503 if (state.attributes[0].normalized || state.attributes[0].type == GL_FLOAT) 561 GLU_CHECK_CALL(glVertexAttribPointer(attribNdx, state.attributes[attribNdx].size, state.attributes[attribNdx].type, state.attributes[attribNdx].normalized, state.attributes[attribNdx].stride, (const GLvoid*)((GLintptr)state.attributes[attribNdx].offset))); 727 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n" 767 m_spec.state.attributes[attribNdx].normalized = m_random.getBool(); 785 m_spec.vao.attributes[attribNdx].normalized = m_random.getBool(); 1028 else if (state.attributes[attribNdx].type != GL_FLOAT && !state.attributes[attribNdx].normalized) [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
quaternion.hpp | 85 /// Create a quaternion from two normalized axis 87 /// @param u A first normalized axis 88 /// @param v A second normalized axis 174 /// Returns the normalized quaternion. 327 /// Build a quaternion from an angle and a normalized axis. 330 /// @param axis Axis of the quaternion, must be normalized.
|
/external/deqp/framework/referencerenderer/ |
rrVertexAttrib.hpp | 41 // Can only be read as floats, will be normalized 59 // can only be read as float, will not be normalized 96 * includes signed & normalized bits as well.
|
/external/eigen/test/ |
geo_hyperplane.cpp | 32 VectorType n0 = VectorType::Random(dim).normalized(); 33 VectorType n1 = VectorType::Random(dim).normalized(); 100 // the line equations should be normalized so that a^2+b^2=1
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
VertexAttributes.java | 180 if (va0.normalized != va1.normalized) return va0.normalized ? 1 : -1;
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/ |
py_filtering.markdown | 56 This is done by convolving image with a normalized box filter. It simply takes the average of all 59 specify the width and height of kernel. A 3x3 normalized box filter would look like below: 63 @note If you don't want to use normalized box filter, use **cv2.boxFilter()**. Pass an argument
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/filter_2d/ |
filter_2d.markdown | 51 - Performs a *normalized box filter*. For instance, for a kernel of size \f$size = 3\f$, the 112 /// Update kernel size for a normalized box filter 179 result should be a window that shows an image blurred by a normalized filter. Each 0.5 seconds
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
quaternion.hpp | 183 /// Quaternion normalized linear interpolation. 193 /// param orig vector, needs to be normalized 194 /// param dest vector, needs to be normalized
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample_fractional.c | 40 // input: int32_t (normalized, not saturated) :: size 3 * K 85 // input: int32_t (normalized, not saturated) :: size 4 * K 193 // input: int32_t (normalized, not saturated) :: size 11 * K
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
decode.c | 159 /* Perceptual post-filtering (using normalized lattice filter). */ 227 /* Perceptual post-filtering (using normalized lattice filter). */ 293 /* perceptual post-filtering (using normalized lattice filter) */
|
/external/webrtc/webrtc/modules/video_processing/ |
content_analysis.cc | 147 // Motion metrics: only one is derived from normalized 153 // Normalized temporal difference (MAD): used as a motion level metric 275 // Motion metric: normalized temporal difference (MAD).
|
/external/webrtc/webrtc/modules/video_processing/test/ |
createTable.m | 9 % First, define the color enhancement in a normalized domain 51 xlabel('Normalized radius') 60 % Conversion matrix from normalized YUV to RGB
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
float.h | 54 /* Minimum normalized positive floating-point number, b**(emin - 1). */ 68 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */ 77 range of normalized floating-point numbers,
|
/cts/apps/CameraITS/tests/inprog/ |
test_crop_region.py | 26 # Regions specified here in x,y,w,h normalized form.
|
/cts/suite/audio_quality/test_description/ |
dut_playback_spectrum.xml | 30 <!-- 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 -->
|