Lines Matching refs:task_count
77 * uint task_count;
78 * uint base_index = manager->get_tasks(<granule>, task_count);
80 * // Process any tasks we were given (task_count <= granule size)
81 * if (task_count)
87 * manager->complete_tasks(task_count);
89 * } while (task_count);
182 * @param task_count Total number of tasks needing processing.
185 void init(unsigned int task_count, astcenc_progress_callback callback)
191 m_task_count = task_count;
195 float min_diff = (4096.0f / static_cast<float>(task_count)) * 100.0f;