Home
last modified time | relevance | path

Searched refs:tok_end (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c373 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_b() argument
394 assert(*tok < tok_end); in write_modes_b()
395 pack_mb_tokens(w, tok, tok_end, cm->bit_depth); in write_modes_b()
422 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_sb() argument
441 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb()
446 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb()
450 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb()
453 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row + bs, mi_col, in write_modes_sb()
457 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, in write_modes_sb()
460 write_modes_b(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col + bs, in write_modes_sb()
[all …]
/external/libaom/libaom/av1/encoder/
Dbitstream.c354 const TOKENEXTRA *const tok_end, MACROBLOCKD *xd, in pack_txb_tokens() argument
405 pack_txb_tokens(w, cm, x, tp, tok_end, xd, mbmi, plane, plane_bsize, in pack_txb_tokens()
1370 const TOKENEXTRA *const tok_end, in write_inter_txb_coeff() argument
1406 pack_txb_tokens(w, cm, x, tok, tok_end, xd, mbmi, plane, plane_bsize, in write_inter_txb_coeff()
1416 const TOKENEXTRA *const tok_end, int mi_row, in write_tokens_b() argument
1427 (void)tok_end; in write_tokens_b()
1477 write_inter_txb_coeff(cm, x, mbmi, w, tok, tok_end, &token_stats, in write_tokens_b()
1497 const TOKENEXTRA *const tok_end, int mi_row, in write_modes_b() argument
1514 assert(*tok < tok_end); in write_modes_b()
1544 write_tokens_b(cpi, tile, w, tok, tok_end, mi_row, mi_col); in write_modes_b()
[all …]
/external/curl/lib/
Durl.c2323 size_t tok_end; in check_noproxy() local
2346 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) { in check_noproxy()
2356 for(tok_end = tok_start; tok_end < no_proxy_len && in check_noproxy()
2357 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end) in check_noproxy()
2368 if((tok_end - tok_start) <= namelen) { in check_noproxy()
2370 const char *checkn = name + namelen - (tok_end - tok_start); in check_noproxy()
2372 tok_end - tok_start)) { in check_noproxy()
2373 if((tok_end - tok_start) == namelen || *(checkn - 1) == '.') { in check_noproxy()