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()
97 if (loop_restoration_->type[plane] == kLoopRestorationTypeNone) { in Reset()
146 LoopRestorationType unit_restoration_type = kLoopRestorationTypeNone; in ReadUnitCoefficients()
Dpost_filter.h208 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone && in DoRestoration()
211 return (loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone || in DoRestoration()
212 loop_restoration.type[kPlaneU] != kLoopRestorationTypeNone || in DoRestoration()
213 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone) && in DoRestoration()
Dobu_parser.cc1133 if (loop_restoration->type[i] != kLoopRestorationTypeNone) { in ParseLoopRestorationParameters()
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc108 if (restoration_info[unit_column].type == kLoopRestorationTypeNone) { in ApplyLoopRestorationForOneRowInWindow()
181 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in ApplyLoopRestorationSingleThread()
246 if (loop_restoration_.type[plane] == kLoopRestorationTypeNone) { in ApplyLoopRestorationThreaded()
Dpost_filter.cc219 loop_restoration_.type[plane] != kLoopRestorationTypeNone) {
/external/libgav1/libgav1/src/utils/
Dconstants.h462 kLoopRestorationTypeNone, enumerator
614 case kLoopRestorationTypeNone: in ToString()