HomeSort by relevance Sort by last modified time
    Searched refs:tp_start (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); local
130 tp = tp_start;
248 int tok_count = tp - tp_start;
249 pack_tokens(w, tp_start, tok_count);
encodeframe.c 380 TOKENEXTRA * tp_start = cpi->tok; local
563 int tok_count = *tp - tp_start;
564 pack_tokens(w, tp_start, tok_count);
    [all...]

Completed in 483 milliseconds