Searched refs:tp_start (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); local
130 tp = tp_start;
263 int tok_count = tp - tp_start;
264 pack_tokens(w, tp_start, tok_count);
H A Dencodeframe.c380 TOKENEXTRA * tp_start = cpi->tok; local
576 int tok_count = *tp - tp_start;
577 pack_tokens(w, tp_start, tok_count);

Completed in 82 milliseconds