HomeSort by relevance Sort by last modified time
    Searched refs:lookahead (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 386 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead)
456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
477 // extends beyond the end of the lookahead buffer.
481 frames_after_arf = vp9_lookahead_depth(cpi->lookahead)
vp9_mbgraph.c 385 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
410 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 458 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
459 if (lookahead == '/' || lookahead == '*') {
519 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
520 if (isDecimal(lookahead)
521 || (lookahead == '.' && pos + 2 < cssLimit
533 } else if (isIdentPart(lookahead)) {
574 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
575 if (lookahead == '=') {
578 } else if (ch == '|' && lookahead == '|')
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 386 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead)
456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
477 // extends beyond the end of the lookahead buffer.
481 frames_after_arf = vp9_lookahead_depth(cpi->lookahead)
vp9_mbgraph.c 386 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
411 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 24 * Use ANTLRWorks to see the lookahead use (step by Location)
  /external/chromium_org/third_party/lzma_sdk/
Types.h 201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 202 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
  /external/lzma/C/
Types.h 201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
  /external/bison/data/
lalr1.cc 117 /// \param tok the lookahead token.
511 /// Lookahead and lookahead in internal form.
524 /// Semantic value of the lookahead.
527 /// Location of the lookahead.
575 /* Try to take a decision without lookahead. */
580 /* Read a lookahead token. */
618 /* Shift the lookahead token. */
685 lookahead is translated. */
709 /* Make sure we have latest lookahead translation. See comments a
    [all...]
glr.c 79 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
94 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
706 * stacks have actually needed the current lookahead. During deterministic
720 /** The lookahead for this reduction. */
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 450 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
507 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 376 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
401 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 112 ; Lookahead : ignore
148 %define Lookahead [ rcx + dsLookahead] ; 0ffffffffh on infozip
218 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
226 mov r10d, Lookahead
475 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
476 ;;; return s->lookahead;
482 mov eax, Lookahead
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 449 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
506 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 449 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
506 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 449 ** The yy_action table maps the pair (state_number, lookahead) into an
451 ** determines an initial offset into the yy_action array. The lookahead
453 ** yy_action array. If the aAction[X].lookahead equals the value of the
454 ** of the lookahead input, then the value of the action_number output is
466 int lookahead; /* Value of the lookahead token */ member in struct:lookahead_action
467 int action; /* Action to take on the given lookahead */
476 int mnLookahead; /* Minimum aLookahead[].lookahead */
478 int mxLookahead; /* Maximum aLookahead[].lookahead */
490 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /external/chromium_org/third_party/zlib/
deflate.h 163 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
284 /* Minimum amount of lookahead, except at the end of the input file.
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
  /external/zlib/src/
deflate.h 161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct

Completed in 793 milliseconds

1 23 4 5 6 7 8