Home
last modified time | relevance | path

Searched refs:restoration_type (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Drestoration.h187 RestorationType restoration_type; member
Drestoration.c1013 RestorationType unit_rtype = rui->restoration_type; in av1_loop_restoration_filter_unit()
/external/libaom/libaom/av1/encoder/
Dpickrst.c644 rui.restoration_type = RESTORE_SGRPROJ; in search_sgrproj()
1223 rui.restoration_type = RESTORE_WIENER; in search_wiener()
1355 rui->restoration_type = rusi->best_rtype[frame_rtype - 1]; in copy_unit_info()
1356 if (rui->restoration_type == RESTORE_WIENER) in copy_unit_info()
Dbitstream.c1881 RestorationType unit_rtype = rui->restoration_type; in loop_restoration_write_sb_coeffs()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2120 rui->restoration_type = in loop_restoration_read_sb_coeffs()
2123 switch (rui->restoration_type) { in loop_restoration_read_sb_coeffs()
2130 default: assert(rui->restoration_type == RESTORE_NONE); break; in loop_restoration_read_sb_coeffs()
2134 rui->restoration_type = RESTORE_WIENER; in loop_restoration_read_sb_coeffs()
2137 rui->restoration_type = RESTORE_NONE; in loop_restoration_read_sb_coeffs()
2141 rui->restoration_type = RESTORE_SGRPROJ; in loop_restoration_read_sb_coeffs()
2144 rui->restoration_type = RESTORE_NONE; in loop_restoration_read_sb_coeffs()