Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dloop_restoration_info.cc38 kLoopRestorationTypeNone, kLoopRestorationTypeWiener,
68 if (loop_restoration_->type[plane] == kLoopRestorationTypeNone) { in Reset()
95 if (loop_restoration_->type[plane] == kLoopRestorationTypeNone) { in Reset()
140 LoopRestorationType unit_restoration_type = kLoopRestorationTypeNone; in ReadUnitCoefficients()
Dpost_filter.h192 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone && in DoRestoration()
195 return (loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone || in DoRestoration()
196 loop_restoration.type[kPlaneU] != kLoopRestorationTypeNone || in DoRestoration()
197 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone) && in DoRestoration()
Dobu_parser.cc1147 if (loop_restoration->type[i] != kLoopRestorationTypeNone) { in ParseLoopRestorationParameters()
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc49 if (restoration_info[unit_column].type == kLoopRestorationTypeNone) { in ApplyLoopRestorationForOneRow()
105 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in ApplyLoopRestorationForOneSuperBlockRow()
Dpost_filter.cc238 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()
/external/libgav1/libgav1/src/utils/
Dconstants.h466 kLoopRestorationTypeNone, enumerator
618 case kLoopRestorationTypeNone: in ToString()