Home
last modified time | relevance | path

Searched refs:RESTORE_TYPES (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/common/
Denums.h609 RESTORE_TYPES = 4, /**< Num Restore types */ enumerator
/external/libaom/av1/encoder/
Dpickrst.c37 static const RestorationType force_restore_type = RESTORE_TYPES;
116 RestorationType best_rtype[RESTORE_TYPES - 1];
1726 static const rest_unit_visitor_t funs[RESTORE_TYPES] = { in search_rest_type()
1791 (plane_ntiles > 1) ? RESTORE_TYPES : RESTORE_SWITCHABLE_TYPES; in av1_pick_filter_restoration()
1804 if ((force_restore_type != RESTORE_TYPES) && (r != RESTORE_NONE) && in av1_pick_filter_restoration()
1818 if (force_restore_type != RESTORE_TYPES) in av1_pick_filter_restoration()