Searched refs:tok_count (Results 1 – 7 of 7) sorted by relevance
564 int tok_count = *tp - tp_start; in encode_mb_row() local565 pack_tokens(w, tp_start, tok_count); in encode_mb_row()756 cpi->tok_count = 0; in vp8_encode_frame()851 cpi->tok_count += (unsigned int) in vp8_encode_frame()931 cpi->tok_count = (unsigned int)(tp - cpi->tok); in vp8_encode_frame()
248 int tok_count = tp - tp_start; in thread_encoding_proc() local249 pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
345 unsigned int tok_count; member
1680 pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
335 unsigned int tok_count[4][1 << 6]; member
944 cpi->tok_count[tile_row - 1][tile_cols - 1];948 cpi->tok_count[tile_row][tile_col - 1];956 tok_end = tok[tile_row][tile_col] + cpi->tok_count[tile_row][tile_col];
3166 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tp - tp_old); in encode_frame_internal()