Home
last modified time | relevance | path

Searched refs:tok_count (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c532 int tok_count = *tp - tp_start; in encode_mb_row() local
533 vp8_pack_tokens(w, tp_start, tok_count); in encode_mb_row()
704 cpi->tok_count = 0; in vp8_encode_frame()
798 cpi->tok_count += (unsigned int)(cpi->tplist[mb_row].stop - in vp8_encode_frame()
872 cpi->tok_count = (unsigned int)(tp - cpi->tok); in vp8_encode_frame()
Dethreading.c255 int tok_count = tp - tp_start; in thread_encoding_proc() local
256 vp8_pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
Donyx_int.h319 unsigned int tok_count; member
Dbitstream.c1346 vp8_pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
1349 vp8_pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()