Searched defs:tok_end (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c368 const TOKENEXTRA *const tok_end,
387 assert(*tok < tok_end);
388 pack_mb_tokens(w, tok, tok_end);
415 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end,
433 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
437 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);
442 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
447 write_modes_b(cpi, tile, w, tok, tok_end, mi_ro
366 write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, int mi_row, int mi_col) argument
413 write_modes_sb(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
469 write_modes(VP9_COMP *cpi, const TileInfo *const tile, vp9_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end) argument
920 TOKENEXTRA *tok[4][1 << 6], *tok_end; local
[all...]
/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c453 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; local
462 tok_end = strstr(tok, "-");
464 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
465 if (!tok_end) {
471 bind_cpu_1 = atol(tok_end + 1);
585 char *tok, *tok_end, *tok_step, *tok_mul; local
593 tok_end = strstr(tok, "-");
595 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
596 if (!tok_end) {
602 bind_node_1 = atol(tok_end
[all...]

Completed in 168 milliseconds