HomeSort by relevance Sort by last modified time
    Searched refs:Predict (Results 1 - 13 of 13) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
intrapred_test.cc 62 virtual void Predict(MB_PREDICTION_MODE mode) = 0;
167 Predict(DC_PRED);
174 Predict(DC_PRED);
181 Predict(DC_PRED);
188 Predict(DC_PRED);
194 Predict(H_PRED);
200 Predict(V_PRED);
206 Predict(TM_PRED);
262 virtual void Predict(MB_PREDICTION_MODE mode) {
345 virtual void Predict(MB_PREDICTION_MODE mode)
    [all...]
  /external/libvpx/libvpx/test/
vp9_intrapred_test.cc 37 virtual void Predict(PREDICTION_MODE mode) = 0;
76 Predict(DC_PRED);
109 virtual void Predict(PREDICTION_MODE mode) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 77 * From the input stream, predict what alternative will succeed
83 public virtual int Predict(IIntStream input) {
85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber);
114 Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s);
154 Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 90 * From the input stream, predict what alternative will succeed
96 public virtual int Predict( IIntStream input )
100 Console.Error.WriteLine( "Enter DFA.predict for decision " + decisionNumber );
136 Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s );
181 Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] );
  /external/webp/src/dsp/
lossless_enc.c 541 static WEBP_INLINE uint32_t Predict(VP8LPredictorFunc pred_func,
589 const uint32_t predict = local
590 Predict(pred_func, col, row, current_row, upper_row);
591 uint32_t residual = VP8LSubPixels(current_row[col], predict);
643 const uint32_t predict = local
644 Predict(pred_func, x, y, current_row, upper_row);
645 argb[y * width + x] = VP8LSubPixels(current_row[x], predict);
649 uint32_t predict, residual; local
655 predict = Predict(pred_func, x, y, current_row, upper_row)
    [all...]
  /external/webp/src/enc/
delta_palettization.c 311 static uint32_t Predict(int x, int y, uint32_t* image) {
407 const uint32_t predicted_value = Predict(x, y, new_image);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h     [all...]
  /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/opencv/cvaux/include/
cvvidsurv.hpp 1031 virtual CvBlob* Predict() = 0;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 312 alt2 = dfa2.Predict(input);
    [all...]
ProfileGrammarParser.cs 316 alt2 = dfa2.Predict(input);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 460 milliseconds