Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dloop_restoration_info.cc61 loop_restoration_ = loop_restoration; in Reset()
68 if (loop_restoration_->type[plane] == kLoopRestorationTypeNone) { in Reset()
79 plane_width, loop_restoration_->unit_size_log2[plane])); in Reset()
82 loop_restoration_->unit_size_log2[plane])); in Reset()
95 if (loop_restoration_->type[plane] == kLoopRestorationTypeNone) { in Reset()
116 const int unit_row_log2 = loop_restoration_->unit_size_log2[plane]; in PopulateUnitInfoForSuperBlock()
141 if (loop_restoration_->type[plane] == kLoopRestorationTypeSwitchable) { in ReadUnitCoefficients()
145 } else if (loop_restoration_->type[plane] == kLoopRestorationTypeWiener) { in ReadUnitCoefficients()
149 } else if (loop_restoration_->type[plane] == kLoopRestorationTypeSgrProj) { in ReadUnitCoefficients()
Dloop_restoration_info.h94 const LoopRestoration* loop_restoration_; variable
Dpost_filter.h201 return DoRestoration(loop_restoration_, do_post_filter_mask_, planes_); in DoRestoration()
469 const LoopRestoration& loop_restoration_; variable
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc105 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in ApplyLoopRestorationForOneSuperBlockRow()
114 const int plane_unit_size = 1 << loop_restoration_.unit_size_log2[plane]; in ApplyLoopRestorationForOneSuperBlockRow()
128 (y + unit_height_offset) >> loop_restoration_.unit_size_log2[plane], in ApplyLoopRestorationForOneSuperBlockRow()
Dpost_filter.cc147 loop_restoration_(frame_header.loop_restoration), in PostFilter()
238 loop_restoration_.type[plane] != kLoopRestorationTypeNone) {
395 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in SetupLoopRestorationBorder()
453 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in SetupLoopRestorationBorder()
492 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in SetupLoopRestorationBorder()