Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dcommon.h44 LoopRestorationType type;
/external/libgav1/libgav1/src/
Dloop_restoration_info.cc37 constexpr LoopRestorationType kBitstreamRestorationTypeMap[] = {
146 LoopRestorationType unit_restoration_type = kLoopRestorationTypeNone; in ReadUnitCoefficients()
Dobu_parser.cc1132 loop_restoration->type[i] = static_cast<LoopRestorationType>(scratch); in ParseLoopRestorationParameters()
/external/libgav1/libgav1/src/utils/
Dconstants.h461 enum LoopRestorationType : uint8_t { enum
612 inline const char* ToString(const LoopRestorationType type) { in ToString()
Dtypes.h322 LoopRestorationType type[kMaxPlanes];
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc159 const LoopRestorationType type = restoration_info[unit_column].type; in ApplyLoopRestorationForOneRowInWindow()