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.c733 unsigned int num_token_partitions; in setup_token_decoder() local
742 num_token_partitions = 1 << pbi->common.multi_token_partition; in setup_token_decoder()
756 3 * (num_token_partitions - 1); in setup_token_decoder()
775 num_token_partitions); in setup_token_decoder()
781 assert(fragment_idx <= num_token_partitions); in setup_token_decoder()
792 pbi->fragments.count = num_token_partitions + 1; in setup_token_decoder()
808 if (pbi->decoding_thread_count > num_token_partitions - 1) { in setup_token_decoder()
809 pbi->decoding_thread_count = num_token_partitions - 1; in setup_token_decoder()