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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c828 unsigned int num_token_partitions; local
836 num_token_partitions = 1 << pbi->common.multi_token_partition;
851 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1);
873 num_token_partitions);
876 assert(fragment_idx <= num_token_partitions);
888 pbi->fragments.count = num_token_partitions + 1;
905 if (pbi->decoding_thread_count > num_token_partitions - 1)
906 pbi->decoding_thread_count = num_token_partitions - 1;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c819 unsigned int num_token_partitions; local
827 num_token_partitions = 1 << pbi->common.multi_token_partition;
842 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1);
864 num_token_partitions);
867 assert(fragment_idx <= num_token_partitions);
879 pbi->fragments.count = num_token_partitions + 1;
896 if (pbi->decoding_thread_count > num_token_partitions - 1)
897 pbi->decoding_thread_count = num_token_partitions - 1;

Completed in 183 milliseconds