HomeSort by relevance Sort by last modified time
    Searched full:tok_count (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 562 int tok_count = *tp - tp_start; local
563 pack_tokens(w, tp_start, tok_count);
755 cpi->tok_count = 0;
849 cpi->tok_count += (unsigned int)
922 cpi->tok_count = (unsigned int)(tp - cpi->tok);
    [all...]
ethreading.c 246 int tok_count = tp - tp_start; local
247 pack_tokens(w, tp_start, tok_count);
onyx_int.h 340 unsigned int tok_count; member in struct:VP8_COMP
bitstream.c     [all...]

Completed in 75 milliseconds