/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsUtils.java | 53 JSONArray a, boolean normalized, int width, int height) 61 if (normalized) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/ |
HiiFont.h | 130 is possible when character display is normalized that some character cells overlap.
188 is possible when character display is normalized that some character cells overlap.
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 210 { return VectorType(-numext::conj(src.y()), numext::conj(src.x())).normalized(); } 220 * then the returned vector is a counter clock wise rotation of \c *this, i.e., (-y,x).normalized().
|
/external/eigen/doc/ |
TutorialGeometry.dox | 41 <span class="note">The axis vector must be normalized.</span></td></tr> 133 n2 = (normalMatrix * n1).normalized();\endcode</td></tr>
|
/external/libopus/silk/float/ |
main_FLP.h | 267 opus_int16 NLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */ 268 const opus_int16 prev_NLSF_Q15[ MAX_LPC_ORDER ] /* I Previous Normalized LSFs (0 - (2^15-1)) */
|
/external/libvpx/libvpx/vpx_dsp/ |
psnrhvs.c | 50 /* Normalized inverse quantization matrix for 8x8 DCT at the point of 142 been normalized and then squared." Their CSF matrix (from PSNR-HVS)
|
/external/llvm/docs/ |
YamlIO.rst | 117 If your native data structure happens to be a struct that is already normalized, 581 normalized values as fields. To help with this, there is 584 a local variable in your mapping() method which contains the normalized keys. 596 but you've decided the normalized YAML for should be in x,y coordinates. That 654 In some cases, the normalized class may be a subclass of the native type and 656 normalized instance is stack allocated. In these cases, the utility template 658 MappingNormalization<> except that it heap allocates the normalized object 659 when reading YAML. It never destroys the normalized object. The denormalize() [all...] |
/external/mesa3d/src/compiler/glsl/ |
lower_packing_builtins.cpp | 427 * First, converts each component of the normalized floating-point value 476 * First, converts each component of the normalized floating-point value 527 * a normalized floating-point value to generate the returned 584 * a normalized floating-point value to generate the returned 639 * First, converts each component of the normalized floating-point value 683 * First, converts each component of the normalized floating-point value 729 * a normalized floating-point value to generate the returned 770 * a normalized floating-point value to generate the returned [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 109 * else for the fixed points types and normalized integers. 270 /* special case' -- 1.0 for normalized types is more easily attained if
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_pstipple.c | 335 * We'd like to use non-normalized texcoords to index into a RECT 336 * texture, but we can only use REPEAT wrap mode with normalized
|
/external/mesa3d/src/gallium/tests/unit/ |
translate_test.c | 189 output_normalized |= (1 << output_format_desc->channel[i].normalized); 222 input_normalized |= (1 << input_format_desc->channel[i].normalized);
|
/external/python/cpython2/Doc/tools/extensions/ |
suspicious.py | 10 * document name (normalized) 182 Fields: document name (normalized), line number, issue, surrounding text
|
/external/python/cpython3/Doc/tools/extensions/ |
suspicious.py | 10 * document name (normalized) 182 Fields: document name (normalized), line number, issue, surrounding text
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 10 // This file implements utilities for working with "normalized" expressions. 215 /// post-inc form (either "Normalized" or "Denormalized".
|
/external/tensorflow/tensorflow/compiler/tests/ |
fused_batchnorm_test.py | 42 normalized = (x - mean) / np.sqrt(var + epsilon) 43 return (normalized * scale + offset), mean, var
|
/external/tensorflow/tensorflow/python/ops/ |
batch_norm_benchmark.py | 74 axes: axes that are to be normalized across. 133 axes: axes that are to be normalized across.
|
/frameworks/av/include/media/ |
Interpolator.h | 162 // (1) the normalized slopes to be within the circle of radius 3, or 163 // (2) the normalized slopes to be within the square of radius 3.
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
levinson.c | 68 * The R[i] were normalized in routine AUTO (hence, R[i] < 1.0). * 79 * Alpha Normalized -> mantissa in Q31 plus exponent *
|
/frameworks/base/core/java/android/util/ |
Half.java | 112 * Minimum exponent a normalized half-precision float may have. [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskStackLayoutAlgorithm.java | 51 * Used to describe a visible range that can be normalized to [0, 1]. 75 * Returns x normalized to the range 0 to 1 such that 0 = min, 0.5 = origin and 1 = max 88 * Given a normalized {@param x} value in this range, projected onto the full range to get an [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicColorMatrix.java | 24 * normalized from (0-255) to (0-1). If the incoming vector size 31 * If the ouptut type is unsigned, the value is normalized from
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
common.cpp | 40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { 41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
|
/frameworks/native/services/inputflinger/ |
InputReader.h | 344 /* Pressure as reported by the stylus, normalized to the range [0, 1.0]. */ [all...] |
/frameworks/rs/script_api/include/ |
rs_quaternion.rsh | 83 * Computes a rotation matrix from the normalized quaternion. 87 * q: Normalized quaternion.
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/ |
DatabaseIndexingManagerTest.java | 240 // Normalized Title 244 // Summary On Normalized
|