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

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c61 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); local
119 tp = tp_start;
255 int tok_count = tp - tp_start;
256 vp8_pack_tokens(w, tp_start, tok_count);
H A Dencodeframe.c338 TOKENEXTRA *tp_start = cpi->tok; local
532 int tok_count = *tp - tp_start;
533 vp8_pack_tokens(w, tp_start, tok_count);

Completed in 129 milliseconds