Home
last modified time | relevance | path

Searched refs:kLoopRestorationTypeWiener (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/
Dloop_restoration_info.cc38 kLoopRestorationTypeNone, kLoopRestorationTypeWiener,
145 } else if (loop_restoration_->type[plane] == kLoopRestorationTypeWiener) { in ReadUnitCoefficients()
148 if (use_wiener) unit_restoration_type = kLoopRestorationTypeWiener; in ReadUnitCoefficients()
156 if (unit_restoration_type == kLoopRestorationTypeWiener) { in ReadUnitCoefficients()
/external/libgav1/libgav1/src/utils/
Dconstants.h468 kLoopRestorationTypeWiener, enumerator
622 case kLoopRestorationTypeWiener: in ToString()
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc85 type == kLoopRestorationTypeWiener); in ApplyLoopRestorationForOneRow()