Home
last modified time | relevance | path

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

/external/libgav1/src/
Dfilm_grain.cc549 const int remainder_job_height = height_ & (kFrameChunkHeight - 1); in BlendNoiseChromaWorker() local
554 total_full_jobs + ((remainder_job_height == 0) ? 0 : num_planes); in BlendNoiseChromaWorker()
602 const int remainder_job_height = height_ & (kFrameChunkHeight - 1); in BlendNoiseLumaWorker() local
604 total_full_jobs + static_cast<int>(remainder_job_height > 0); in BlendNoiseLumaWorker()