Searched defs:tok_count (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dethreading.c248 int tok_count = tp - tp_start; local
249 pack_tokens(w, tp_start, tok_count);
H A Dencodeframe.c564 int tok_count = *tp - tp_start; local
565 pack_tokens(w, tp_start, tok_count);
756 cpi->tok_count = 0;
851 cpi->tok_count += (unsigned int)
931 cpi->tok_count = (unsigned int)(tp - cpi->tok);
H A Donyx_int.h345 unsigned int tok_count; member in struct:VP8_COMP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h335 unsigned int tok_count[4][1 << 6]; member in struct:VP9_COMP

Completed in 147 milliseconds