HomeSort by relevance Sort by last modified time
    Searched refs:Compute (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
object.pxd 94 # Compute a string representation of object o. Returns the string
101 # Compute a string representation of object o. Returns the string
108 # Compute a Unicode string representation of object o. Returns the
213 # Compute and return the hash value of an object o. On failure,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 307 ; Compute above - ytop_left
310 ; Load left row by row and compute left + (above - ytop_left)
359 ; Compute above - ytop_left
362 ; Load left row by row and compute left + (above - ytop_left)
430 ; Compute above - ytop_left
436 ; Load left row by row and compute left + (above - ytop_left)
525 ; Compute above - ytop_left
533 ; Load left row by row and compute left + (above - ytop_left)
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 307 ; Compute above - ytop_left
310 ; Load left row by row and compute left + (above - ytop_left)
359 ; Compute above - ytop_left
362 ; Load left row by row and compute left + (above - ytop_left)
430 ; Compute above - ytop_left
436 ; Load left row by row and compute left + (above - ytop_left)
525 ; Compute above - ytop_left
533 ; Load left row by row and compute left + (above - ytop_left)
  /external/openfst/src/include/fst/
minimize.h 139 Compute(fst);
274 void Compute(const Fst<A>& fst) {
329 // DFS visitor to compute the height (distance) to final state.
393 // compute height (distance to final state)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 126 Compute(fst);
261 void Compute(const Fst<A>& fst) {
316 // DFS visitor to compute the height (distance) to final state.
380 // compute height (distance to final state)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 307 ; Compute above - ytop_left
310 ; Load left row by row and compute left + (above - ytop_left)
359 ; Compute above - ytop_left
362 ; Load left row by row and compute left + (above - ytop_left)
430 ; Compute above - ytop_left
436 ; Load left row by row and compute left + (above - ytop_left)
525 ; Compute above - ytop_left
533 ; Load left row by row and compute left + (above - ytop_left)
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 122 * Compute the function for every integer value from 0 up to maxArg.
284 * Compute the average color for the image.
312 * Compute the average color with more weight given to pixes at the center.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 26 @ Compute an inverse FFT for a 16-bit real signal, with complex FFT routines.
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 327 // Returns fTopBot array, so it can be passed to a routine to compute them.
355 fChecksum = SkChecksum::Compute((uint32_t*)this->data(), size);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 413 *checksum = SkChecksum::Compute(reinterpret_cast<uint32_t*>(fKey.begin()), keyLength);
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 50 ; compute shift and jump
240 ; Compute yabove_row - ytop_left
333 ; compute shift and jump
523 ; Compute yabove_row - ytop_left
  /external/skia/src/core/
SkPictureFlat.h 324 // Returns fTopBot array, so it can be passed to a routine to compute them.
352 fChecksum = SkChecksum::Compute((uint32_t*)this->data(), size);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 50 ; compute shift and jump
240 ; Compute yabove_row - ytop_left
333 ; compute shift and jump
523 ; Compute yabove_row - ytop_left
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
layout_line_walker.js 40 // Compute the next selection.
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 67 // Compute the mean and variance using Knuth's online algorithm (has good numerical stability).
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
variance_altivec.asm 51 ;# Compute sum first. Unpack to so signed subract
64 ;# Now compute sse.
214 ;# Now compute sse.
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 43 ; Compute sum[k]=sum(x[j]*y[j+k],j=0...len-1), k=0...3
192 ; We have less than 4 sums left to compute.
200 ; Now compute each remaining sum one at a time.
367 ; Compute one sum at the start to make y 32-bit aligned.
  /external/chromium_org/v8/src/
string.js 288 // Compute the string to replace with.
388 // Compute the string of a given regular expression capture.
392 // Compute start and end.
494 // Compute the parameter list consisting of the match, captures, index,
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 43 ; Compute sum[k]=sum(x[j]*y[j+k],j=0...len-1), k=0...3
192 ; We have less than 4 sums left to compute.
200 ; Now compute each remaining sum one at a time.
367 ; Compute one sum at the start to make y 32-bit aligned.
  /external/libvpx/libvpx/vp8/common/ppc/
variance_altivec.asm 51 ;# Compute sum first. Unpack to so signed subract
64 ;# Now compute sse.
214 ;# Now compute sse.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 142 (* Compute the end condition. *)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_altivec.asm 51 ;# Compute sum first. Unpack to so signed subract
64 ;# Now compute sse.
214 ;# Now compute sse.
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 89 bool CovarianceImpl::Compute(const CovarianceBlocks& covariance_blocks,
104 << "Covariance::GetCovarianceBlock called before Covariance::Compute";
106 << "Covariance::GetCovarianceBlock called when Covariance::Compute "
266 // Compute the number of rows. Map each parameter block to the
279 // Compute the number of non-zeros in the covariance matrix. Along
469 // Compute a Q-less QR factorization of the Jacobian. Since we are
606 // Compute the squared inverse of the singular values. Truncate the
697 // Compute the inverse column permutation used by QR factorization.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 135 var data = compute( times, numTests );
151 function compute(times, runs){
189 // Compute Standard Errors Mean
537 // Compute Standard Errors Mean
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_high_subpixel_8t_sse2.asm 46 ;Compute max and min values of a pixel
122 ;Compute max and min values of a pixel

Completed in 1197 milliseconds

12 3 4 5