/external/jpeg/ |
jcphuff.c | 420 /* Find the number of bits needed for the magnitude of the coefficient */ 436 /* or the complement of its magnitude, if negative. */ 523 /* Find the number of bits needed for the magnitude of the coefficient */ 535 /* or the complement of its magnitude, if negative. */
|
/external/libvpx/examples/includes/geshi/geshi/ |
scheme.php | 81 'magnitude', 'make-polar', 'make-promise', 'make-rectangular',
|
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 420 /* Find the number of bits needed for the magnitude of the coefficient */ 436 /* or the complement of its magnitude, if negative. */ 523 /* Find the number of bits needed for the magnitude of the coefficient */ 535 /* or the complement of its magnitude, if negative. */
|
/external/srec/srec/include/ |
front.h | 282 ** magnitude HFN
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.1.js | 26 which should be the magnitude of the argument
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.5-6.js | 39 magnitude is the Unicode encoding of one character
|
/frameworks/av/include/media/ |
Visualizer.h | 36 * - Frequency data: 8-bit magnitude FFT by using the getFft() method
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
chvr_filter.cpp | 126 /* if the magnitude of the difference is greater than the KThH threshold 181 /* if the magnitude of the difference is greater than the KTh threshold, 286 /* if the magnitude of the difference is greater than the KThH threshold 338 /* if the magnitude of the difference is greater than the KTh threshold,
|
/frameworks/base/core/java/android/hardware/ |
SensorEvent.java | 98 * accelerating), the accelerometer reads a magnitude of <b>g</b> = 9.81 105 * magnitude of 0 m/s^2. 262 * <p>A three dimensional vector indicating the direction and magnitude of gravity. Units 280 * <x*sin(θ/2), y*sin(θ/2), z*sin(θ/2)>, such that the magnitude of the rotation
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_motion.jd | 211 accelerometer reads a magnitude of g = 9.81 m/s<sup>2</sup>. Similarly, when the device is in 213 accelerometer reads a magnitude of g = 0 m/s<sup>2</sup>. Therefore, to measure 274 <p>The gravity sensor provides a three dimensional vector indicating the direction and magnitude of 426 <p>Where the magnitude of the rotation vector is equal to sin(?/2), and the direction of the
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 96 self.raw_acceleration_axes, 'magnitude', 'orange', linewidth=2) 116 self.filtered_acceleration_axes, 'magnitude', 'orange', linewidth=2) 288 self.parse_raw_acceleration_magnitude = self._get_following_number(line, 'magnitude=') 294 self.parse_filtered_acceleration_magnitude = self._get_following_number(line, 'magnitude=')
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
sparse_weight_vector.h | 171 // Normalizing constant in magnitude measurement.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
Paper.java | 130 // The deltaDistance's magnitude is in the range of -1 (no change) to 1.
|
/packages/apps/Phone/src/com/android/phone/ |
AccelerometerListener.java | 122 // magnitude of the acceleration vector projected onto XY plane
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 351 for (int magnitude = 1; magnitude < 1000000000; magnitude *= 10) { 360 sequence += sRandom.nextInt(magnitude) + 1;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
printf.h | 131 of magnitude used for numbers ('k' for kilo, 'm' for mega etc). If
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_list_to_slist.h | 62 // XXX: the magnitude should be multiplied with a constant factor F,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
printf.h | 131 of magnitude used for numbers ('k' for kilo, 'm' for mega etc). If
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
printf.h | 131 of magnitude used for numbers ('k' for kilo, 'm' for mega etc). If
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_list_to_slist.h | 62 // XXX: the magnitude should be multiplied with a constant factor F,
|
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.c | 67 //Q15 alpha = 0.99439986968132 const Factor for magnitude approximation 69 //Q15 beta = 0.12967166976970 const Factor for magnitude approximation 71 //Q15 alpha = 0.94234827210087 const Factor for magnitude approximation 73 //Q15 beta = 0.33787806009150 const Factor for magnitude approximation 75 //Q15 alpha = 0.82247698684306 const Factor for magnitude approximation 77 //Q15 beta = 0.57762063060713 const Factor for magnitude approximation [all...] |
/external/kernel-headers/original/linux/ |
input.h | 1041 * @magnitude: peak value 1058 __s16 magnitude; member in struct:ff_periodic_effect 1070 * @strong_magnitude: magnitude of the heavy motor 1071 * @weak_magnitude: magnitude of the light one 1074 * represents the magnitude of the vibration generated by the heavy one. [all...] |
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.c | 161 inst->featureData[6] = (float)0.0; //window time-average of input magnitude spectrum 279 } // end loop over magnitude spectrum 529 // magnIn is the magnitude spectrum 595 // update of average magnitude spectrum 606 //magn is the input magnitude spectrum [all...] |
/frameworks/base/services/sensorservice/ |
Fusion.cpp | 80 * If the cross product of two vectors has magnitude squared less than this, 315 // If the m and up vectors align, the cross product magnitude will
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 149 // deltaRate is a magnitude, so take absolute value 171 fprintf(stderr, " -q# magnitude of playback rate changes in per mille (default 1)\n");
|