Home
last modified time | relevance | path

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

/external/libgav1/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/libgav1/src/utils/
Dconstants.h469 kLoopRestorationTypeSgrProj, // self guided projection filter. enumerator
624 case kLoopRestorationTypeSgrProj: in ToString()
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc84 assert(type == kLoopRestorationTypeSgrProj || in ApplyLoopRestorationForOneRow()