Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Ddecodframe.c439 pc->multi_token_partition = (TOKEN_PARTITION)vp8_read_literal(&pbi->bc, 2); in setup_token_decoder()
440 num_part = 1 << pc->multi_token_partition; in setup_token_decoder()
497 if (pc->multi_token_partition != ONE_PARTITION) in stop_token_decoder()
848 …if (!(pbi->b_multithreaded_rd) || pc->multi_token_partition == ONE_PARTITION || !(pc->filter_level… in vp8_decode_frame()
870 if (pbi->b_multithreaded_rd && pc->multi_token_partition != ONE_PARTITION) in vp8_decode_frame()
887 int num_part = 1 << pc->multi_token_partition; in vp8_decode_frame()
Donyxd_if.c346 if (pbi->b_multithreaded_rd && cm->multi_token_partition != ONE_PARTITION) in vp8dx_receive_compressed_data()
Dthreading.c240 int num_part = 1 << pbi->common.multi_token_partition; in thread_decoding_proc()
687 int num_part = 1 << pbi->common.multi_token_partition; in vp8mt_decode_mb_rows()
/external/libvpx/vp8/common/
Donyxc_int.h188 TOKEN_PARTITION multi_token_partition; member
Dalloccommon.c175 oci->multi_token_partition = ONE_PARTITION; in vp8_create_common()
/external/libvpx/vp8/encoder/
Dbitstream.c1557 vp8_write_literal(bc, pc->multi_token_partition, 2); in vp8_pack_bitstream()
1654 if (pc->multi_token_partition != ONE_PARTITION) in vp8_pack_bitstream()
1658 num_part = 1 << pc->multi_token_partition; in vp8_pack_bitstream()
Donyx_if.c1632 cm->multi_token_partition = in vp8_change_config()