Searched refs:noise_image_ (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/ |
D | film_grain.cc | 464 !noise_image_[kPlaneY].Reset(height_, width_ + kNoiseImagePadding, in AllocateNoiseImage() 469 if (!noise_image_[kPlaneU].Reset( in AllocateNoiseImage() 475 if (!noise_image_[kPlaneV].Reset( in AllocateNoiseImage() 578 plane, params_, noise_image_, min_value, max_chroma, width_, job_height, in BlendNoiseChromaWorker() 606 noise_image_, min_value, max_luma, params_.chroma_scaling, width_, in BlendNoiseLumaWorker() 659 &noise_image_[kPlaneY]); in AddNoise() 663 /*subsampling_y=*/0, &noise_image_[kPlaneY]); in AddNoise() 671 &noise_image_[kPlaneU]); in AddNoise() 676 &noise_image_[kPlaneV]); in AddNoise() 680 subsampling_y_, &noise_image_[kPlaneU]); in AddNoise() [all …]
|
D | film_grain.h | 187 Array2D<GrainType> noise_image_[kMaxPlanes]; variable
|