HomeSort by relevance Sort by last modified time
    Searched full:calculates (Results 226 - 250 of 922) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 23 // Animation calculates a value according to the current input time.
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 60 // PagedView currently has issues with different-sized pages since it calculates the
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
InputSmoother.java 70 * Calculates velocity based on recent inputs from {@link #onInput(int)}, averaged together to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_functools.so 
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 332 This function calculates the cost of each I16 mode.
353 This function calculates the most probable I4 mode of a given 4x4 block
373 This function calculates the cost of a given I4 prediction mode.
390 This function calculates the cost of a chroma prediction mode.
652 This function calculates the SATD of a subpel candidate.
704 This function is called at the beginning of each GOP or the first IDR frame. It calculates
712 This function calculates target bits for a particular frame.
719 This function calculates QP for the upcoming frame or basic unit.
727 This function translates the luma QP to chroma QP and calculates lambda based on QP.
751 This function calculates the difference between prediction and original MB
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MagneticFieldMeasurementTestActivity.java 58 * The test takes a sample from the sensor under test and calculates the Euclidean Norm of the
101 * The test takes a set of samples from the sensor under test, and calculates the Standard
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 121 * Calculates the signature for the <code>.dex</code> file in the
151 * Calculates the checksum for the <code>.dex</code> file in the
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat2.js 137 * Calculates the adjugate of a mat2
155 * Calculates the determinant of a mat2
mat3.js 196 * Calculates the adjugate of a mat3
220 * Calculates the determinant of a mat3
377 * Calculates a 3x3 matrix from the given quaternion
  /external/chromium_org/chrome/browser/history/
scored_history_match.h 37 // |terms_vector| occur in |row|. If so, calculates a raw score. This raw
116 // Pre-calculates days_ago_to_recency_numerator_, used in
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/
opus_interface.h 249 * This function calculates the duration of an opus packet.
269 * This function calculates the duration of the FEC data within an opus packet.
  /external/clang/include/clang/Tooling/
Refactoring.h 162 /// \brief Calculates how a code \p Position is shifted when \p Replaces are
166 /// \brief Calculates how a code \p Position is shifted when \p Replaces are
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 17 * Calculates an http authentication response in accordance with rfc2617.
91 * Calculates an http authentication response in accordance with rfc2617.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 48 * Calculates a consistent animation duration (ms) for all animations depending on the movement
148 /** Calculates the constrast between two colors, using the algorithm provided by the WCAG v2. */
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h 138 /* Calculates the rotator's o/p buffer size post the transform calcs and
190 /* Calculates the rotator's o/p buffer size post the transform calcs and
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 145 /* Calculates the rotator's o/p buffer size post the transform calcs and
199 /* Calculates the rotator's o/p buffer size post the transform calcs and
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 152 /* Calculates the rotator's o/p buffer size post the transform calcs and
206 /* Calculates the rotator's o/p buffer size post the transform calcs and
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.h 152 /* Calculates the rotator's o/p buffer size post the transform calcs and
204 /* Calculates the rotator's o/p buffer size post the transform calcs and
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 199 // is NOT_A_COORDINATE, this method calculates the return value without using the line segment.
226 // When the referencePointY is NOT_A_COORDINATE, this method calculates the return value without
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js 314 * Calculates the euclidian distance between two vec2's
333 * Calculates the squared euclidian distance between two vec2's
352 * Calculates the length of a vec2
370 * Calculates the squared length of a vec2
421 * Calculates the dot product of two vec2's
812 * Calculates the euclidian distance between two vec3's
832 * Calculates the squared euclidian distance between two vec3's
852 * Calculates the length of a vec3
871 * Calculates the squared length of a vec3
926 * Calculates the dot product of two vec3'
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 649 /* Calculates natural logarithms: dst(idx) = log(abs(src(idx))).
699 /* Calculates cross product of two 3d vectors */
727 /* Calculates (A-delta)*(A-delta)^T (order=0) or (A-delta)^T*(A-delta) (order=1) */
776 /* Calculates determinant of input matrix */
779 /* Calculates trace of the matrix (sum of elements on the main diagonal) */
792 /* Calculates covariation matrix for a set of vectors */
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 126 """Stores total bytes of original and result data, and calculates average
166 # Calculates
171 # Calculates
617 # Calculates
622 # Calculates
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 325 * Calculates the centroid of a set of points.
347 * Calculates the variance-covariance matrix of a set of points.
401 * Calculates the squared Euclidean distance between two vectors.
418 * Calculates the cosine distance between two instances.
434 * Calculates the "minimum" cosine distance between two instances.
  /external/chromium_org/net/tools/testserver/
echo_message.py 94 It calculates checksum for the payload and initializes self (EchoHeader)
155 It calculates checksum for the payload and initializes self (EchoRequest)
268 """Calculates the checksum of the payload.
  /external/opencv/cv/src/
cvpgh.cpp 138 // Calculates PGH(pairwise geometric histogram) for contour given.
204 First calculates maximal distance.
205 Second calculates histogram itself.

Completed in 3252 milliseconds

1 2 3 4 5 6 7 8 91011>>