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

  /external/curl/lib/
url.c 4527 size_t tok_end; local
    [all...]
  /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...]

Completed in 63 milliseconds