/external/libvpx/libvpx/test/ |
D | vp9_intrapred_test.cc | 37 virtual void Predict(PREDICTION_MODE mode) = 0; 76 Predict(DC_PRED); in RunTest() 109 virtual void Predict(PREDICTION_MODE mode) { in Predict() function in __anonb9c1d2630111::VP9IntraPredTest
|
/external/webp/src/enc/ |
D | delta_palettization.c | 311 static uint32_t Predict(int x, int y, uint32_t* image) { in Predict() function 407 const uint32_t predicted_value = Predict(x, y, new_image); in ApplyDeltaPalette()
|
/external/webp/src/dsp/ |
D | lossless_enc.c | 541 static WEBP_INLINE uint32_t Predict(VP8LPredictorFunc pred_func, in Predict() function 590 Predict(pred_func, col, row, current_row, upper_row); in GetBestPredictorForTile() 644 Predict(pred_func, x, y, current_row, upper_row); in CopyImageWithPrediction() 655 predict = Predict(pred_func, x, y, current_row, upper_row); in CopyImageWithPrediction()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | DFA.cs | 83 public virtual int Predict(IIntStream input) { in Predict() method in Antlr.Runtime.DFA
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | DFA.cs | 96 public virtual int Predict( IIntStream input ) in Predict() method in Antlr.Runtime.DFA
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_sse2.asm | 399 ; Predict buffer needs to be expanded from bytes to words
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 1031 virtual CvBlob* Predict() = 0;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | ProfileGrammarParser.cs | 316 alt2 = dfa2.Predict(input); in stat()
|
D | DebugGrammarParser.cs | 312 alt2 = dfa2.Predict(input); in stat()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1021 function Predict(const Input: IIntStream): Integer; 2420 function Predict(const Input: IIntStream): Integer; 5133 function TDFA.Predict(const Input: IIntStream): Integer; in Predict() function
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1345 Alt[<decisionNumber>] := FDFA<decisionNumber>.Predict(Input);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 1236 alt<decisionNumber> = dfa<decisionNumber>.Predict(input);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1257 alt<decisionNumber> = dfa<decisionNumber>.Predict(input);
|
/external/libxml2/result/HTML/ |
D | wired.html.sax | 2639 SAX.characters(Screensaver to Predict Climate, 30)
|