Searched refs:tp_start (Results 1 – 2 of 2) sorted by relevance
68 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); in thread_encoding_proc() local128 tp = tp_start; in thread_encoding_proc()265 int tok_count = tp - tp_start; in thread_encoding_proc()266 vp8_pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
382 TOKENEXTRA * tp_start = cpi->tok; in encode_mb_row() local584 int tok_count = *tp - tp_start; in encode_mb_row()585 vp8_pack_tokens(w, tp_start, tok_count); in encode_mb_row()