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

1 2 3 4 5 6 7 891011>>

  /external/opencv3/3rdparty/libwebp/dec/
frame.c 603 // predict and add residuals
618 // predict and add residues for all 4x4 blocks in turn.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 270 ;// Calculates average of 4 values (a,b,c,d) for HalfPixelXY predict type in
328 ;// callee function. Each of the following 4 implement the 4 predict type
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 764 /* We used to go to an awful lot of trouble to predict whether the
765 * child would fail, but there is no reliable way to predict the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 23 #include "predict.h"
729 /* In predict.c */
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 293 /** Predict options */
338 The method uses StatModel::predict to compute the error. For regression models the error is
349 CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0;
401 /** Default number of neighbors to use in predict method. */
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 488 alt2 = dfa2.predict(input);
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
mlann_mlp.cpp 266 float CvANN_MLP::predict( const CvMat* _inputs, CvMat* _outputs ) const function in class:CvANN_MLP
268 CV_FUNCNAME( "CvANN_MLP::predict" );
    [all...]
  /external/opencv3/modules/java/src/
video.cpp 750 // Mat predict(Mat control = Mat())
763 ::Mat _retval_ = me->predict( control );
784 ::Mat _retval_ = me->predict( );
    [all...]
ml.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 922 * in the rule to predict an alt just like the fixed DFA case.
926 alt<decisionNumber> = dfa<decisionNumber>.predict(input);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 1000 * in the rule to predict an alt just like the fixed DFA case.
1004 alt<decisionNumber> = dfa<decisionNumber>.predict(input);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 933 * in the rule to predict an alt just like the fixed DFA case.
937 alt<decisionNumber> = this.dfa<decisionNumber>.predict(this.input);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 964 * in the rule to predict an alt just like the fixed DFA case.
968 $alt<decisionNumber> = $self->dfa<decisionNumber>->predict($self->input);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 1081 * in the rule to predict an alt just like the fixed DFA case.
1085 alt<decisionNumber> = self.dfa<decisionNumber>.predict(self.input)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 872 * in the rule to predict an alt just like the fixed DFA case.
876 alt_<decisionNumber> = @dfa<decisionNumber>.predict( @input )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 991 * in the rule to predict an alt just like the fixed DFA case.
995 alt<decisionNumber> = dfa<decisionNumber>.predict(input)
    [all...]
  /external/libavc/decoder/
ih264d_parse_pslice.c 203 /* When there exists only a single frame to predict from */
576 /* When there exists only a single frame to predict from */
    [all...]
  /external/opencv3/modules/ml/doc/
ml_intro.markdown 88 StatModel::predict(samples, results, flags) should be used. Pass flags=StatModel::RAW_OUTPUT to get
243 StatModel::predict(samples, results, flags) should be used. Pass flags=StatModel::RAW_OUTPUT to get
  /external/webp/src/dec/
frame.c 129 // predict and add residuals
143 // predict and add residuals for all 4x4 blocks in turn.
  /bionic/libc/dns/net/
services.h 472 \7predict\4\272u\0\
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 613 alt4 = [dfa4 predict:input];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 512 alt4 = dfa4.predict(input);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 503 # ugly in the generated code. The rewind is generated in DFA.predict()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 840 alt_12 = @dfa12.predict( @input )

Completed in 1398 milliseconds

1 2 3 4 5 6 7 891011>>