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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 372 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end,
393 assert(*tok < tok_end);
394 pack_mb_tokens(w, tok, tok_end, cm->bit_depth);
421 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end,
440 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col,
445 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col,
449 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col,
452 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row + bs, mi_col,
456 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col,
459 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col + bs
490 TOKENEXTRA *tok_end = NULL; local
    [all...]
  /external/libedit/src/
histedit.h 240 void tok_end(Tokenizer *);
readline.c     [all...]
  /prebuilts/libs/libedit/include/
histedit.h 240 void tok_end(Tokenizer *);
  /external/libedit/examples/
tc1.c 305 tok_end(tok);
  /external/jsmn/
jsmn_test.c 28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \
30 && (t).end == tok_end \
  /external/curl/lib/
url.c 4716 size_t tok_end; local
    [all...]

Completed in 477 milliseconds