Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h188 RestorationType restoration_type; member
Drestoration.c1030 RestorationType unit_rtype = rui->restoration_type; in av1_loop_restoration_filter_unit()
/external/libaom/libaom/av1/encoder/
Dpickrst.c909 rui.restoration_type = RESTORE_SGRPROJ; in search_sgrproj()
1532 rui.restoration_type = RESTORE_WIENER; in search_wiener()
1676 rui->restoration_type = rusi->best_rtype[frame_rtype - 1]; in copy_unit_info()
1677 if (rui->restoration_type == RESTORE_WIENER) in copy_unit_info()
Dbitstream.c1899 RestorationType unit_rtype = rui->restoration_type; in loop_restoration_write_sb_coeffs()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1717 rui->restoration_type = in loop_restoration_read_sb_coeffs()
1720 switch (rui->restoration_type) { in loop_restoration_read_sb_coeffs()
1727 default: assert(rui->restoration_type == RESTORE_NONE); break; in loop_restoration_read_sb_coeffs()
1731 rui->restoration_type = RESTORE_WIENER; in loop_restoration_read_sb_coeffs()
1734 rui->restoration_type = RESTORE_NONE; in loop_restoration_read_sb_coeffs()
1738 rui->restoration_type = RESTORE_SGRPROJ; in loop_restoration_read_sb_coeffs()
1741 rui->restoration_type = RESTORE_NONE; in loop_restoration_read_sb_coeffs()