Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dthreading_strategy.cc30 constexpr int kFrameParallelThresholdMultiplier = 3; variable
32 constexpr int kFrameParallelThresholdMultiplier =
62 return (thread_count <= tile_count * kFrameParallelThresholdMultiplier) in ComputeFrameThreadCount()