HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 176 - 200 of 830) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java 61 * in some encodings be normalized, using Unicode Normalization
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
Doodle.java 84 * Gets the drawing path from the normalized doodle path.
DoodleView.java 76 // Set up a matrix that maps back normalized paths to be drawn on the bitmap or canvas.
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 579 final double normalized = ((double) value - mMin) / (mMax - mMin); local
581 0.36884343106175121463 * Math.log10(normalized) + -0.04328199452018252624);
591 final double normalized = point / mSize; local
593 * Math.pow(normalized, 2.7111774693164631640);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 26 * Converts a name to a normalized form by removing all non-letter characters and normalizing
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 62 * Computes a string distance between two normalized strings passed as byte arrays.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Hex.java 78 * TODO Use checked exceptions instead of RuntimeException. Apparently normalized names *may*
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 41 VERTEX_ATTRIB_ARRAY_NORMALIZED("Vertex Attrib Array Normalized"),
  /external/icu4c/i18n/unicode/
timezone.h 293 * Returns the canonical system timezone ID or the normalized
297 * or the custom time zone ID in normalized format.
309 * Returns the canonical system time zone ID or the normalized
313 * or the custom time zone ID in normalized format.
    [all...]
  /external/aac/libSBRenc/src/
resampler.h 111 int Wc; /*! normalized cutoff freq * 1000 */
134 INT Wc, /*!< normalized cutoff freq * 1000 */
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 108 // Utility Function to create a normalized header string from a
119 // DANGER: For some headers (e.g., "Set-Cookie"), the normalized form can be
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 210 * to large buffers (64K). Such pointers are normalized with a zero offset.
222 * will return a usable pointer which doesn't have to be normalized.
  /external/zlib/
zutil.c 191 * to large buffers (64K). Such pointers are normalized with a zero offset.
203 * will return a usable pointer which doesn't have to be normalized.
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 142 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset )
143 void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr )
  /frameworks/rs/scriptc/
rs_quaternion.rsh 224 * Computes rotation matrix from the normalized quaternion
226 * @param p normalized quaternion
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
158 * Normalized correlation feature matcher for <b>byte</b> images.
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ContactInfoHelper.java 194 * @param normalizedNumber the normalized number of the given number.
196 * convention will be used to format the number if the normalized
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
158 * Normalized correlation feature matcher for <b>byte</b> images.
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 224 * Computes rotation matrix from the normalized quaternion
226 * @param p normalized quaternion
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 133 // normalized between 0.0 and 1.0. If this region exceeds the input frame
138 // the passed Quad. Values are considered normalized between 0.0 and 1.0.
147 // normalized between 0.0 and 1.0. If this region exceeds the output frame
152 // the passed Quad. Values are considered normalized between 0.0 and 1.0.
255 // normalize: True, if not float values should be normalized to the range
413 bool normalized; member in struct:android::filterfw::ShaderProgram::VertexAttrib
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 99 cor_max = pointer to the normalized correlation of selected lag (Word16)
105 cor_max contains the newly calculated normalized correlation of the
131 cor_max = pointer to the normalized correlation of selected lag (Word16)
136 cor_max contains the newly calculated normalized correlation of the
183 Word16 *cor_max, // o : normalized correlation of selected lag
198 Word16 *cor_max, // o : normalized correlation of selected lag
301 Word16 *cor_max, /* o : normalized correlation of selected lag */
317 Word16 *cor_max, /* o : normalized correlation of selected lag */
481 cor_max = pointer to the normalized correlation of selected lag (Word16)
488 cor_max contains the newly calculated normalized correlation of th
    [all...]
  /external/opencv/cv/src/
cvsmooth.cpp 84 normalized = false;
96 normalized = false;
118 normalized = _normalized;
120 if( (normalized && CV_MAT_TYPE(_src_type) != CV_MAT_TYPE(_dst_type)) ||
121 (!normalized && CV_MAT_CN(_src_type) != CV_MAT_CN(_dst_type)))
123 "In case of normalized box filter input and output must have the same type.\n"
131 scale = normalized ? 1./(ksize.width*ksize.height) : 1;
142 if( !normalized )
143 CV_ERROR( CV_StsBadArg, "Only normalized box filter can be used for 8u->8u transformation" );
148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U
447 bool normalized = state->is_normalized(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 127 lsf = buffer containing normalized line spectral frequencies; valid
169 Word16 lsf[], // (i) : lsf[m] normalized (range: 0.0<=val<=0.5)
215 Word16 lsf[], /* (i) : lsf[m] normalized (range: 0.0<=val<=0.5) */
251 lsf = buffer containing normalized line spectral frequencies; valid
256 lsf contains the newly calculated normalized line spectral frequencies
293 Word16 lsf[], // (o) : lsf[m] normalized (range: 0.0<=val<=0.5)
348 Word16 lsf[], /* (o) : lsf[m] normalized (range: 0.0<=val<=0.5) */
  /frameworks/base/core/java/android/view/
MotionEvent.java 142 * The joystick axis values are normalized to a range of -1.0 to 1.0 where 0.0 corresponds
435 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
437 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
460 * The value is normalized to a range from -1.0 (up) to 1.0 (down).
462 * The value is normalized to a range from -1.0 (up or far) to 1.0 (down or near).
478 * by a finger or other tool. The value is normalized to a range from
500 * relation to the maximum detectable size for the device. The value is normalized
641 * The value is normalized to a range from -1.0 (down) to 1.0 (up).
659 * The value is normalized to a range from -1.0 (left) to 1.0 (right).
677 * The value is normalized to a range from -1.0 (high) to 1.0 (low)
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 628 * 1. (Formerly, normalized time skeleton folded 'H' to 'h'; no longer true)
629 * 2. 'a' is omitted in normalized time skeleton.
630 * 3. there is only one appearance for 'h' or 'H', 'm','v', 'z' in normalized
635 * 2. 'E' and 'EE' are normalized into 'EEE'
636 * 3. 'MM' is normalized into 'M'
864 /* generate normalized form for date*/
892 /* generate normalized form for time */
928 * @param dateSkeleton normalized date skeleton
929 * @param timeSkeleton normalized time skeleton
    [all...]

Completed in 9702 milliseconds

1 2 3 4 5 6 78 91011>>