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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 111 * OMX_VIDEO_HORIZONTAL predict horizontally
112 * OMX_VIDEO_VERTICAL predict vertically
169 * OMX_VIDEO_HORIZONTAL predict horizontally
170 * OMX_VIDEO_VERTICAL predict vertically
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 111 * OMX_VIDEO_HORIZONTAL predict horizontally
112 * OMX_VIDEO_VERTICAL predict vertically
169 * OMX_VIDEO_HORIZONTAL predict horizontally
170 * OMX_VIDEO_VERTICAL predict vertically
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 111 * OMX_VIDEO_HORIZONTAL predict horizontally
112 * OMX_VIDEO_VERTICAL predict vertically
169 * OMX_VIDEO_HORIZONTAL predict horizontally
170 * OMX_VIDEO_VERTICAL predict vertically
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 35 * regular {@link AsyncTask#onPostExecute} is a bit hard to predict when it'll be called and
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 102 // just don't know what to predict using the information. An example of that is after a comma.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfghooks.h 69 /* Predict edge E using PREDICTOR to given PROBABILITY. */
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 288 * Predict total emit size for next rendering operation so there is no flush in middle of rendering
300 /* predict number of aos to emit */
316 /* predict size for elements */
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp 434 // First predict, to update the internal statePre variable
435 Mat prediction = KF.predict();
464 // Set measurement to predict
  /frameworks/native/services/sensorservice/
Fusion.cpp 317 predict(w, dT);
336 predict(w_dummy, dT);
430 void Fusion::predict(const vec3_t& w, float dT) { function in class:android::Fusion
  /external/opencv3/apps/traincascade/
boost.cpp 954 CvDTreeNode* CvCascadeBoostTree::predict( int sampleIdx ) const function in class:CvCascadeBoostTree
1403 float CvCascadeBoost::predict( int sampleIdx, bool returnSum ) const function in class:CvCascadeBoost
    [all...]
old_ml_boost.cpp     [all...]
old_ml_precomp.hpp 313 /* copies clustering [or batch "predict"] results
  /external/webp/src/enc/
vp8l.c 74 uint32_t predict = 0x00000000; local
80 const uint32_t cur_score = PaletteColorDistance(palette[k], predict);
87 predict = palette[i];
98 uint32_t predict = 0x000000; local
102 const uint32_t diff = VP8LSubPixels(palette[i], predict);
115 predict = palette[i];
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 829 # // M.Tokens has nothing to predict tokens from S. Should
855 # // predict only alts from M not S
870 # // M.Tokens has nothing to predict tokens from S. Should
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCompositeGrammars.java 601 // M.Tokens has nothing to predict tokens from S. Should
627 // predict only alts from M not S
642 // M.Tokens has nothing to predict tokens from S. Should
    [all...]
  /external/opencv/ml/src/
mlem.cpp 209 CvEM::predict( const CvMat* _sample, CvMat* _probs ) const function in class:CvEM
216 CV_FUNCNAME( "CvEM::predict" );
378 labels->data.i[i*lstep] = cvRound(predict(&sample, &prob));
    [all...]
_ml.h 317 /* copies clustering [or batch "predict"] results
mlboost.cpp 1075 weak_eval->data.db[i] = tree->predict( &_sample, &_mask, true )->value;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 130 * ugly in the generated code. The rewind is generated in DFA.predict()
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 130 * ugly in the generated code. The rewind is generated in DFA.predict()
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 130 * ugly in the generated code. The rewind is generated in DFA.predict()
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 130 * ugly in the generated code. The rewind is generated in DFA.predict()
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAOptimizer.java 239 // force it to uniquely predict the originally predicted state
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
find_modules.py 52 # that are far harder to predict, these should be tracked
  /external/opencv3/3rdparty/libwebp/utils/
filters.c 136 // leftmost pixel: predict from above.

Completed in 775 milliseconds

1 2 3 4 56 7 8 91011>>