HomeSort by relevance Sort by last modified time
    Searched full:calculates (Results 26 - 50 of 850) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/src/common_audio/vad/
vad_gmm.h 18 // Calculates the probability for |input|, given that |input| comes from a
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
armVCCOMM_Average.c 27 * This function calculates the average of two blocks and stores the result.
  /external/opencv/cv/include/
cv.h 151 /* Calculates an image derivative using generalized Sobel
158 /* Calculates the image Laplacian: (d2/dx + d2/dy)I */
347 /* Calculates all spatial and central moments up to the 3rd order */
356 /* Calculates 7 Hu's invariants from precalculated spatial and central moments */
463 /* Calculates optical flow for 2 images using classical Lucas & Kanade algorithm */
467 /* Calculates optical flow for 2 images using block matching algorithm */
473 /* Calculates Optical flow for 2 images using Horn & Schunck algorithm */
486 Calculates optical flow between two images for certain set of points (i.e.
532 /* Calculates gradient of the motion history image and fills
538 /* Calculates average motion direction within a selected motion region
    [all...]
  /external/chromium/testing/gtest/samples/
prime_tables.h 55 // Implementation #1 calculates the primes on-the-fly.
78 // Implementation #2 pre-calculates the primes and stores the result
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js 66 * Calculates and updates the width of progress track.
109 * Calculates downloading percentage and shows downloading progress.
  /external/chromium_org/testing/gtest/samples/
prime_tables.h 55 // Implementation #1 calculates the primes on-the-fly.
78 // Implementation #2 pre-calculates the primes and stores the result
  /external/chromium_org/third_party/opus/src/silk/float/
corrMatrix_FLP.c 38 /* Calculates correlation vector X'*t */
58 /* Calculates correlation matrix X'*X */
  /external/chromium_org/ui/views/controls/
single_split_view.h 73 // Calculates ideal leading and trailing view bounds according to the given
96 // Calculates the new |divider_offset| based on the changes of split view
  /external/grub/stage2/
ufs2.h 384 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \
388 #define smalllblktosize(fs, blk) /* calculates (blk * fs->fs_bsize) */ \
392 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \
395 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \
398 #define fragstoblks(fs, frags) /* calculates (frags / fs->fs_frag) */ \
400 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \
402 #define fragnum(fs, fsb) /* calculates (fsb % fs->fs_frag) */ \
404 #define blknum(fs, fsb) /* calculates rounddown(fsb, fs->fs_frag) */ \
  /external/gtest/samples/
prime_tables.h 55 // Implementation #1 calculates the primes on-the-fly.
78 // Implementation #2 pre-calculates the primes and stores the result
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 81 const DataLayout DL; // Calculates type size & alignment
110 const DataLayout DL; // Calculates type size & alignment
  /external/protobuf/gtest/samples/
prime_tables.h 55 // Implementation #1 calculates the primes on-the-fly.
78 // Implementation #2 pre-calculates the primes and stores the result
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.h 43 * and calculates a new bottle neck to send to the other side.
75 * This function calculates and returns the bandwidth/jitter estimation code
  /ndk/sources/third_party/googletest/googletest/samples/
prime_tables.h 55 // Implementation #1 calculates the primes on-the-fly.
78 // Implementation #2 pre-calculates the primes and stores the result
  /external/chromium/crypto/
hmac.h 44 // Calculates the HMAC for the message in |data| using the algorithm supplied
  /external/chromium_org/base/i18n/
file_util_icu.h 37 // Calculates the canonical file-system representation of |file_name| base name.
  /external/chromium_org/base/metrics/
histogram_delta_serialization.h 49 // Calculates deltas in histogram counters.
  /external/chromium_org/chrome/service/
service_ipc_server.h 79 // Calculates histograms deltas.
  /external/chromium_org/crypto/
p224.h 53 // Negate calculates out = -a;
  /external/chromium_org/net/quic/crypto/
proof_source.h 22 // point to it (in leaf-first order), calculates a signature of
  /external/chromium_org/printing/
page_number.h 36 // Calculates the next page in the serie.
  /external/chromium_org/remoting/codec/
video_decoder_vpx.h 42 // Calculates the difference between the desktop shape regions in two
  /external/chromium_org/ui/gfx/
platform_font_mac.h 39 // Calculates and caches the font metrics.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
Ipo.java 53 * This method calculates the ipo value for the first curve.
64 * This method calculates the ipo value for the curve of the specified
106 * This method calculates the value of the curves as a bone track between
110 * the index of the target for which the method calculates the
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodThreshold.java 39 * Calculates the LOD value based on where the camera is.

Completed in 2178 milliseconds

12 3 4 5 6 7 8 91011>>