HomeSort by relevance Sort by last modified time
    Searched full:predict (Results 101 - 125 of 398) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/
findnearmv.c 21 /* Predict motion vectors using those from already-decoded nearby blocks.
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 41 // Using "Loop Branch Heuristics" we predict weights of edges for the
120 /// Predict that a successor which leads necessarily to an
297 // Calculate Edge Weights using "Pointer Heuristics". Predict a comparsion
330 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges
  /external/lzma/xz-embedded/
xz_lzma2.h 31 * and in which order. This information is used to predict the next symbol.
  /external/opencv3/modules/ml/src/
inner_functions.cpp 93 float val = predict(sample);
lr.cpp 99 virtual float predict(InputArray samples, OutputArray results, int) const;
224 float LogisticRegressionImpl::predict(InputArray samples, OutputArray results, int) const function in class:cv::ml::LogisticRegressionImpl
273 // if greater than 0.5, predict class 0 or predict class 1
boost.cpp 475 float predict( InputArray samples, OutputArray results, int flags ) const function in class:cv::BoostImpl
477 return impl.predict(samples, results, flags);
  /external/opencv3/samples/python2/
digits_adjust.py 48 resp = model.predict(test_samples)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.c 21 /* Predict motion vectors using those from already-decoded nearby blocks.
  /system/extras/tests/net_test/
multinetwork_base.py 506 # receive. For example, it doesn't contain fields we can't predict, such as
515 # Blank out IPv4 fields that we can't predict, like ID and the DF bit.
529 # Blank out UDP fields that we can't predict (e.g., the source port for
544 # Blank out TCP fields that we can't predict.
  /system/update_engine/payload_consumer/
postinstall_runner_action.h 112 // passed in the install plan. The weight is used to predict the overall
  /external/opencv/ml/include/
ml.h 250 virtual float predict( const CvMat* _samples, CvMat* results=0 ) const;
514 virtual float predict( const CvMat* _sample ) const;
604 virtual float predict( const CvMat* sample, CvMat* probs ) const;
845 virtual CvDTreeNode* predict( const CvMat* _sample, const CvMat* _missing_data_mask=0,
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 309 // Layer 0: predict from L and ARF, update L.
313 // Layer 1: predict from L, G and ARF, and update G.
319 // Layer 0: predict from L and ARF; update L.
323 // Layer 1: predict from L, G, ARF; update G.
326 // Layer 2: predict from L, G, ARF; update none.
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
decoder.py 219 # Predict that the next tag is another copy of the same repeated
398 # Predict that the next tag is another copy of the same repeated field.
435 # Predict that the next tag is another copy of the same repeated field.
478 # Predict that the next tag is another copy of the same repeated field.
527 # Predict that the next tag is another copy of the same repeated field.
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 231 // predict
378 // predict
  /external/opencv/ml/src/
mlnbayes.cpp 281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const function in class:CvNormalBayesClassifier
287 CV_FUNCNAME( "CvNormalBayesClassifier::predict" );
  /external/opencv3/samples/cpp/
letter_recog.cpp 131 float r = model->predict( sample );
314 float s = model->predict( temp_sample, noArray(), StatModel::RAW_OUTPUT );
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 377 /** @see jp.co.omronsoft.openwnn.WnnEngine#predict */
378 public int predict(ComposingText text, int minLen, int maxLen) { method in class:OpenWnnEngineJAJP
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 52 PrefixPN Prefix = 0x12E // predict not taken (conditional branch only)
53 PrefixPT Prefix = 0x13E // predict taken (conditional branch only)
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
inst.go 52 PrefixPN Prefix = 0x12E // predict not taken (conditional branch only)
53 PrefixPT Prefix = 0x13E // predict taken (conditional branch only)
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 216 N Branch predict clear ",pn" (v9)
217 T Branch predict set ",pt" (v9)
  /docs/source.android.com/src/source/
licenses.jd 71 openness in the mobile world, and we don't believe it's possible to predict or
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.g 40 * to predict that it's a function. Weird errors previously.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.g 56 * to predict that it's a function. Weird errors previously.
  /external/jsr330/src/javax/inject/
package-info.java 80 * must predict accurately how much flexibility will be needed in the future
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 283 * If these macros are used, the CPU is more likely to correctly predict

Completed in 588 milliseconds

1 2 3 45 6 7 8 91011>>