Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dfilm_grain.cc240 constexpr int kFrameChunkHeight = 8; variable
537 const int full_jobs_per_plane = height_ / kFrameChunkHeight; in BlendNoiseChromaWorker()
538 const int remainder_job_height = height_ & (kFrameChunkHeight - 1); in BlendNoiseChromaWorker()
554 const int start_height = slice_index * kFrameChunkHeight; in BlendNoiseChromaWorker()
555 const int job_height = std::min(height_ - start_height, kFrameChunkHeight); in BlendNoiseChromaWorker()
590 const int total_full_jobs = height_ / kFrameChunkHeight; in BlendNoiseLumaWorker()
591 const int remainder_job_height = height_ & (kFrameChunkHeight - 1); in BlendNoiseLumaWorker()
598 const int start_height = job_index * kFrameChunkHeight; in BlendNoiseLumaWorker()
599 const int job_height = std::min(height_ - start_height, kFrameChunkHeight); in BlendNoiseLumaWorker()