Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c576 int tok_count = *tp - tp_start; in encode_mb_row() local
577 pack_tokens(w, tp_start, tok_count); in encode_mb_row()
768 cpi->tok_count = 0; in vp8_encode_frame()
863 cpi->tok_count += (unsigned int) in vp8_encode_frame()
943 cpi->tok_count = (unsigned int)(tp - cpi->tok); in vp8_encode_frame()
Dethreading.c263 int tok_count = tp - tp_start; in thread_encoding_proc() local
264 pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
Donyx_int.h342 unsigned int tok_count; member
Dbitstream.c1679 pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h290 unsigned int tok_count[4][1 << 6]; member
Dvp9_bitstream.c932 cpi->tok_count[tile_row - 1][tile_cols - 1]; in encode_tiles()
936 cpi->tok_count[tile_row][tile_col - 1]; in encode_tiles()
944 tok_end = tok[tile_row][tile_col] + cpi->tok_count[tile_row][tile_col]; in encode_tiles()
Dvp9_encodeframe.c3244 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tok - old_tok); in encode_tiles()