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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 55 ; * OMX_VIDEO_HORIZONTAL predict horizontally
56 ; * OMX_VIDEO_VERTICAL predict vertically
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 188 /** @see jp.co.omronsoft.openwnn.WnnEngine#predict */
189 public int predict(ComposingText text, int minLen, int maxLen) { method in class:SymbolList
OpenWnnEvent.java 49 * Predict.
53 public static final int PREDICT = 0xF0000008;
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 70 ; Add to predict buffer
311 ; Load up predict blocks
385 ; Load up predict blocks
399 ; Predict buffer needs to be expanded from bytes to words
405 ; Add to predict buffer
648 ; Load up predict blocks
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idctllm_sse2.asm 70 ; Add to predict buffer
311 ; Load up predict blocks
385 ; Load up predict blocks
399 ; Predict buffer needs to be expanded from bytes to words
405 ; Add to predict buffer
648 ; Load up predict blocks
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 551 uint32_t predict; local
554 predict = (col == 0) ? ARGB_BLACK : current_row[col - 1]; // Left.
556 predict = upper_row[col]; // Top.
558 predict = pred_func(current_row[col - 1], upper_row + col);
560 predict_diff = VP8LSubPixels(current_row[col], predict);
600 uint32_t predict; local
602 predict = (col == 0) ? ARGB_BLACK : current_row[col - 1]; // Left.
604 predict = upper_row[col]; // Top.
606 predict = pred_func(current_row[col - 1], upper_row + col);
608 argb[pix] = VP8LSubPixels(current_row[col], predict);
    [all...]
  /external/opencv3/modules/ml/src/
gbt.cpp 384 res = (float)tree->predict(&x, &x_miss)->value;
388 res = (float)tree->predict(&x)->value;
552 predictions[i] = tree->predict(&x, &miss_x);
555 predictions[i] = tree->predict(&x);
841 float p = (float)(tree->predict(_sample, _missing)->value);
937 tmp_sum += shrinkage*(float)(tree->predict(sample, missing)->value);
955 float CvGBTrees::predict( const CvMat* _sample, const CvMat* _missing,
    [all...]
rtrees.cpp 385 float predict( InputArray samples, OutputArray results, int flags ) const function in class:cv::ml::RTreesImpl
387 return impl.predict(samples, results, flags);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 230 // Layer 0: predict from L and ARF, update L.
234 // Layer 1: predict from L, G and ARF, and update G.
240 // Layer 0: predict from L and ARF; update L.
244 // Layer 1: predict from L, G, ARF; update G.
247 // Layer 2: predict from L, G, ARF; update none.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 280 * Predict total emit size for next rendering operation so there is no flush in middle of rendering
299 /* predict number of aos to emit */
318 /* predict size for elements */
  /external/opencv3/apps/traincascade/
cascadeclassifier.cpp 288 int CvCascadeClassifier::predict( int sampleIdx ) function in class:CvCascadeClassifier
294 if ( (*it)->predict( sampleIdx ) == 0.f )
335 if( predict( i ) == 1.0F )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.def 352 /* GIMPLE_PREDICT <PREDICT, OUTCOME> specifies a hint for branch prediction.
354 PREDICT is one of the predictors from predict.def.
  /external/protobuf/python/google/protobuf/internal/
decoder.py 236 # Predict that the next tag is another copy of the same repeated
419 # Predict that the next tag is another copy of the same repeated
508 # Predict that the next tag is another copy of the same repeated field.
545 # Predict that the next tag is another copy of the same repeated field.
588 # Predict that the next tag is another copy of the same repeated field.
637 # Predict that the next tag is another copy of the same repeated field.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 63 * o-a->o-b->1 predict alt 1
65 * |-EOT->o predict alt 2
NFAConfiguration.java 101 * the same state, the predict the same alternative, and
  /external/opencv3/doc/tutorials/ml/introduction_to_svm/
introduction_to_svm.markdown 10 cv::ml::SVM::predict to test its performance.
154 The method @ref cv::ml::SVM::predict is used to classify an input sample using a trained SVM. In
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 55 ; * OMX_VIDEO_HORIZONTAL predict horizontally
56 ; * OMX_VIDEO_VERTICAL predict vertically
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 251 /** @see jp.co.omronsoft.openwnn.WnnEngine#predict */
252 public int predict(ComposingText text, int minLen, int maxLen) { method in class:OpenWnnEngineEN
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3cyclicdfa.c 73 /** From the input stream, predict what alternative will succeed
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 49 * to predict that it's a function. Weird errors previously.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 223 alt<decisionNumber> = cdfa<decisionNumber>.predict(ctx, RECOGNIZER, ISTREAM, &cdfa<decisionNumber>);
  /external/bison/lib/
memchr.c 135 j-1 and a 0x80 at position j. We cannot predict the result at the more
rawmemchr.c 100 j-1 and a 0x80 at position j. We cannot predict the result at the more
strchrnul.c 103 j-1 and a 0x80 at position j. We cannot predict the result at the more
  /external/libavc/encoder/
ime.h 139 * This function begins by computing the mv predict vector for the current mb.

Completed in 275 milliseconds

1 2 34 5 6 7 8 91011>>