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

  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 563 int tok_count = *tp - tp_start; local
564 pack_tokens(w, tp_start, tok_count);
755 cpi->tok_count = 0;
850 cpi->tok_count += (unsigned int)
930 cpi->tok_count = (unsigned int)(tp - cpi->tok);
    [all...]
ethreading.c 248 int tok_count = tp - tp_start; local
249 pack_tokens(w, tp_start, tok_count);
onyx_int.h 341 unsigned int tok_count; member in struct:VP8_COMP
bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 354 unsigned int tok_count[4][1 << 6]; member in struct:VP9_COMP
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 35 milliseconds