Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc152 upscaled_width_(frame_header.upscaled_width), in PostFilter()
189 RightShiftWithRounding(upscaled_width_, subsampling_x_[plane]);
266 RightShiftWithRounding(upscaled_width_, subsampling_x_[plane]); in ExtendBordersForReferenceFrame()
342 RightShiftWithRounding(upscaled_width_, subsampling_x_[plane]); in CopyBordersForOneSuperBlockRow()
Dloop_restoration.cc190 RightShiftWithRounding(upscaled_width_, subsampling_x_[plane]); in ApplyLoopRestorationSingleThread()
258 RightShiftWithRounding(upscaled_width_, subsampling_x_[plane]); in ApplyLoopRestorationThreaded()
Dsuper_res.cc214 RightShiftWithRounding(upscaled_width_, subsampling_x_[plane]); in SetupDeblockBuffer()
/external/libgav1/libgav1/src/
Dbuffer_pool.h119 int32_t upscaled_width() const { return upscaled_width_; } in upscaled_width()
307 int32_t upscaled_width_ = 0; variable
Dbuffer_pool.cc65 upscaled_width_ = frame_header.upscaled_width; in SetFrameDimensions()
Dpost_filter.h469 const int upscaled_width_; variable