Home
last modified time | relevance | path

Searched refs:kLoopRestorationTypeSgrProj (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/src/
Dloop_restoration_info.cc39 kLoopRestorationTypeSgrProj};
149 } else if (loop_restoration_->type[plane] == kLoopRestorationTypeSgrProj) { in ReadUnitCoefficients()
152 if (use_sgrproj) unit_restoration_type = kLoopRestorationTypeSgrProj; in ReadUnitCoefficients()
158 } else if (unit_restoration_type == kLoopRestorationTypeSgrProj) { in ReadUnitCoefficients()
/external/libgav1/src/utils/
Dconstants.h490 kLoopRestorationTypeSgrProj, // self guided projection filter. enumerator
649 case kLoopRestorationTypeSgrProj: in ToString()
/external/libgav1/src/post_filter/
Dloop_restoration.cc84 assert(type == kLoopRestorationTypeSgrProj || in ApplyLoopRestorationForOneRow()
/external/libgav1/src/dsp/
Dloop_restoration_test.cc97 restoration_info_.type = kLoopRestorationTypeSgrProj; in SetUp()