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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 378 const TOKENEXTRA *const tok_end,
400 assert(*tok < tok_end);
401 pack_mb_tokens(w, tok, tok_end, cm->bit_depth);
428 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end,
448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
452 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
455 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
457 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
460 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
462 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs)
932 TOKENEXTRA *tok_end; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 372 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end,
391 assert(*tok < tok_end);
392 pack_mb_tokens(w, tok, tok_end);
418 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end,
436 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
440 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
443 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs)
932 TOKENEXTRA *tok[4][1 << 6], *tok_end; 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 4527 size_t tok_end; local
    [all...]

Completed in 197 milliseconds