Searched
full:normalized (Results
276 -
300 of
2072) sorted by null
<<11121314151617181920>>
/external/v8/test/mjsunit/ |
object-literal-gc.js | 32 // normalized object literals correctly.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
lsf_to_lsp.c | 34 int16_t freq; /* normalized frequency in Q15 (0..1) */
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lattice.c | 14 * Contains the normalized lattice filter routines (MA and AR) for iSAC codec 87 /* filter the signal using normalized lattice filter */ 142 /* normalized lattice filter */ 213 /* filter the signal using normalized lattice filter */
|
/external/webrtc/webrtc/modules/video_coding/ |
content_metrics_processing.cc | 119 // Motion metric: Derived from NFD (normalized frame difference).
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Dot_p_opt.s | 17 @Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
math_op.c | 64 L_x = (L_x << exp); /* L_x is normalized */ 101 Word32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */ 188 | The result is normalized (in Q31) with exponent (0..30). | 196 Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 142 * This is not the mount path, but the normalized path to the actual OBB file 202 * The normalized, official path to the OBB file (according to the system) 302 * @return A {@link String} representing the normalized path to OBB file that was mounted 312 * @return A {@link String} representing the normalized path to OBB file that was mounted 382 * @return A {@link String} representing the actual normalized path to OBB file that was 558 * @param filePath The full normalized path to the OBB file 587 * @param filePath The normalized path to the already-mounted OBB file 604 * @param filePath The normalized path to the already-mounted OBB file 620 * @param filePath The normalized path to the already-mounted OBB file
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiUtils.java | 303 String normalized = language.toLowerCase(); local 304 return ((normalized.charAt(0) & 0xFF) << 16) 305 | ((normalized.charAt(1) & 0xFF) << 8) 306 | (normalized.charAt(2) & 0xFF);
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
camera_response_fast.rsh | 13 // The difference here is that we use a normalized model such
|
/frameworks/rs/ |
rsProgram.h | 38 // Texture lookups go though a sampler which in effect converts normalized
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
IOStatus.java | 43 // status value needs to be normalized before being returned to the invoker
|
/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/ |
CallLogCacheLollipopMr1.java | 39 // for the voicemail number if those numbers are not pre-normalized.
|
/packages/services/Telephony/src/com/android/phone/ |
CallerInfoCache.java | 56 // Data columns as much as we can. One exception: because normalized numbers won't be used in 139 * - last 7 digits of each "normalized phone number when it is for PSTN phone call, or 201 // There's no guarantee normalized numbers are available every time and 214 // Each normalized number may or may not have full content of the number.
|
/frameworks/native/include/android/ |
input.h | 399 * The value is normalized to a range from -1.0 (left) to 1.0 (right). 401 * The value is normalized to a range from -1.0 (left) to 1.0 (right). 414 * The value is normalized to a range from -1.0 (up) to 1.0 (down). 416 * The value is normalized to a range from -1.0 (up or far) to 1.0 (down or near). 423 * by a finger or other tool. The value is normalized to a range from 436 * relation to the maximum detectable size for the device. The value is normalized 519 * The value is normalized to a range from -1.0 (down) to 1.0 (up). 528 * The value is normalized to a range from -1.0 (left) to 1.0 (right). 537 * The value is normalized to a range from -1.0 (high) to 1.0 (low). 546 * The value is normalized to a range from -1.0 (counter-clockwise) to 1.0 (clockwise) [all...] |
/cts/suite/audio_quality/test_description/processing/ |
check_spectrum_playback.py | 34 # output: min value in negative side, normalized to 1.0 58 print "Normalized spectrum", spectrum
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
AllocationTest.java | 176 * <p>All float values must be normalized coordinates between [0, 1].</p> 181 * @param wNorm The width of the crop rectangle (normalized between [0, 1]). 182 * @param hNorm The height of the crop rectangle (normalized between [0, 1]). 185 * @throws AssertionError if any of the normalized coordinates were out of range 217 * Get the cropped size after applying the normalized crop window. 238 * Get the cropped width after applying the normalized crop window. 247 * Get the cropped height after applying the normalized crop window. 257 * normalized coordinate in between [0.0, 1.0] inclusive. [all...] |
/device/google/dragon/audio/hal/dsp/ |
drc.h | 75 * normalized frequency (in [0, 1], relative to half of the sample rate). 76 * PARAM_CROSSOVER_LOWER_FREQ - The lower frequency of the band, in normalized
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
data.py | 151 normalized = _os.path.normpath(manpage) 152 _, ext = _os.path.splitext(normalized)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
data.py | 151 normalized = _os.path.normpath(manpage) 152 _, ext = _os.path.splitext(normalized)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
data.py | 151 normalized = _os.path.normpath(manpage) 152 _, ext = _os.path.splitext(normalized)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
data.py | 151 normalized = _os.path.normpath(manpage) 152 _, ext = _os.path.splitext(normalized)
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
ParametrizedLine.h | 46 * \warning the vector direction is assumed to be normalized. 55 { return ParametrizedLine(p0, (p1-p0).normalized()); }
|
/external/eigen/Eigen/src/Geometry/ |
ParametrizedLine.h | 56 * \warning the vector direction is assumed to be normalized. 66 { return ParametrizedLine(p0, (p1-p0).normalized()); }
|
/external/eigen/test/ |
umeyama.cpp | 46 Q.col(col) = colVec.normalized(); 59 Q.row(row) = rowVec.normalized();
|
/external/freetype/src/gzip/ |
zutil.c | 77 * to large buffers (64K). Such pointers are normalized with a zero offset. 89 * will return a usable pointer which doesn't have to be normalized.
|
Completed in 1317 milliseconds
<<11121314151617181920>>