Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c564 int tok_count = *tp - tp_start; in encode_mb_row() local
565 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()
Dethreading.c248 int tok_count = tp - tp_start; in thread_encoding_proc() local
249 pack_tokens(w, tp_start, tok_count); in thread_encoding_proc()
Donyx_int.h345 unsigned int tok_count; member
Dbitstream.c1680 pack_tokens(&cpi->bc[1], cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h335 unsigned int tok_count[4][1 << 6]; member
Dvp9_bitstream.c944 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];
Dvp9_encodeframe.c3166 cpi->tok_count[tile_row][tile_col] = (unsigned int)(tp - tp_old); in encode_frame_internal()