HomeSort by relevance Sort by last modified time
    Searched refs:lookahead (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 302 struct lookahead_ctx *lookahead; member in struct:VP9_COMP
vp9_svc_layercontext.c 659 buf = vp9_lookahead_peek(cpi->lookahead, 0);
668 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, 0);
vp9_temporal_filter.c 599 vp9_lookahead_depth(cpi->lookahead) - distance - 1;
679 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
vp9_encoder.c 388 vp9_lookahead_destroy(cpi->lookahead);
620 if (!cpi->lookahead)
621 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
627 if (!cpi->lookahead)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 759 int lookahead = WebRtc_lookahead(self->delay_estimator); local
785 // Account for lookahead.
786 self->delay_median = (median - lookahead) * kMsPerBlock;
801 for (i = lookahead; i < lookahead + self->num_partitions; ++i) {
865 // from the delay estimation are not compensated for lookahead. Hence, a
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
317 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 87 "cannot generate a sample input sequence from lookahead DFA"
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
  /external/bison/data/
yacc.c 40 # lookahead correction.
182 /* The lookahead symbol. */
209 /* The semantic value of the lookahead symbol. */
212 /* Location data for the lookahead symbol. */
972 /* Establish the initial context for the current lookahead if no initial
976 the initial context for a lookahead as the context in which the
977 parser initially examines that lookahead in order to select a
978 syntactic action. Thus, if the lookahead eventually proves
982 lookahead's place. Moreover, it is the context after which any
990 lookahead token, it should also be invoked before reporting a synta
    [all...]
  /external/bison/src/
ielr.c 46 * a goto on <tt>ritem[i]</tt> include the lookahead set of the item.
189 * \c i include the lookahead set of item \c j in the from state of goto
217 one whose lookahead set is included in this goto's follows. */
379 symbol_number lookahead, state ***predecessors,
404 lookahead set from the RHS's only nonterminal, and (2) no reduction
405 has a lookback dependency on this lookahead set. Nevertheless, I
437 predecessor items' lookahead sets. */
464 return bitset_test (item_lookahead_sets[s->number][item], lookahead);
558 * \c NULL iff all lookahead sets are empty. <tt>lookaheads[i] = NULL</tt>
559 * iff the lookahead set on item \c i is empty
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 161 FLAC__bool cached; /* true if there is a byte in lookahead */
164 FLAC__byte lookahead; /* temp storage when we need to look ahead one byte in the stream */ member in struct:FLAC__StreamDecoderPrivate
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btDbvt.java 537 public void update(btDbvtNode leaf, int lookahead) {
538 CollisionJNI.btDbvt_update__SWIG_0(swigCPtr, this, btDbvtNode.getCPtr(leaf), leaf, lookahead);
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 194 vp9_lookahead_destroy(cpi->lookahead);
563 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
566 if (!cpi->lookahead)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 238 // lookahead set information
241 var nolook = 0 // flag to turn off lookahead computations
242 var tbitset = 0 // size of lookahead sets
243 var clset Lkset // temporary storage for lookahead computations
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 238 // lookahead set information
241 var nolook = 0 // flag to turn off lookahead computations
242 var tbitset = 0 // size of lookahead sets
243 var clset Lkset // temporary storage for lookahead computations
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 722 /// advanced somewhere to the middle of the lookahead buffer.
724 /// Use Consume() to advance N nodes into lookahead. Then use LT()
753 // now use LT to lookahead past end of buffer
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 815 // * Choice nodes have 1-character lookahead.
3066 BoyerMooreLookahead* lookahead = bm_info(not_at_start); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 832 /** Same as a normal DFA state except that we don't examine lookahead
    [all...]

Completed in 1650 milliseconds

1 2 34 5 6