Searched refs:noise_stripes_ (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/ |
D | film_grain.cc | 442 noise_stripes_[kPlaneY].Reset(max_luma_num, kNoiseStripeHeight * width_, in AllocateNoiseStripes() 447 noise_stripes_[kPlaneU].Reset(max_luma_num, in AllocateNoiseStripes() 453 noise_stripes_[kPlaneV].Reset(max_luma_num, in AllocateNoiseStripes() 636 /*subsampling_x=*/0, /*subsampling_y=*/0, &noise_stripes_[kPlaneY]); in AddNoise() 642 subsampling_y_, &noise_stripes_[kPlaneU]); in AddNoise() 646 subsampling_y_, &noise_stripes_[kPlaneV]); in AddNoise() 657 &noise_stripes_[kPlaneY], width_, height_, /*subsampling_x=*/0, in AddNoise() 662 &noise_stripes_[kPlaneY], width_, height_, /*subsampling_x=*/0, in AddNoise() 667 ConstructNoiseImage(&noise_stripes_[kPlaneU], width_, height_, in AddNoise() 672 ConstructNoiseImage(&noise_stripes_[kPlaneV], width_, height_, in AddNoise() [all …]
|
D | film_grain.h | 183 Array2DView<GrainType> noise_stripes_[kMaxPlanes]; variable
|