Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c735 unsigned int num_token_partitions; in setup_token_decoder() local
744 num_token_partitions = 1 << pbi->common.multi_token_partition; in setup_token_decoder()
758 3 * (num_token_partitions - 1); in setup_token_decoder()
777 num_token_partitions); in setup_token_decoder()
783 assert(fragment_idx <= num_token_partitions); in setup_token_decoder()
794 pbi->fragments.count = num_token_partitions + 1; in setup_token_decoder()
810 if (pbi->decoding_thread_count > num_token_partitions - 1) { in setup_token_decoder()
811 pbi->decoding_thread_count = num_token_partitions - 1; in setup_token_decoder()