Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickrst.c38 static const RestorationType force_restore_type = RESTORE_TYPES;
49 const int frame_level_restore_bits[RESTORE_TYPES] = { 2, 2, 2, 2 };
85 RestorationType best_rtype[RESTORE_TYPES - 1];
1363 static const rest_unit_visitor_t funs[RESTORE_TYPES] = { in search_rest_type()
1410 (plane_ntiles > 1) ? RESTORE_TYPES : RESTORE_SWITCHABLE_TYPES; in av1_pick_filter_restoration()
1422 if ((force_restore_type != RESTORE_TYPES) && (r != RESTORE_NONE) && in av1_pick_filter_restoration()
1436 if (force_restore_type != RESTORE_TYPES) in av1_pick_filter_restoration()
/external/libaom/libaom/av1/common/
Denums.h625 RESTORE_TYPES = 4, enumerator