Searched refs:frame_rtype (Results 1 – 2 of 2) sorted by relevance
1672 static AOM_INLINE void copy_unit_info(RestorationType frame_rtype, in copy_unit_info() argument1675 assert(frame_rtype > 0); in copy_unit_info()1676 rui->restoration_type = rusi->best_rtype[frame_rtype - 1]; in copy_unit_info()
1890 RestorationType frame_rtype = rsi->frame_restoration_type; in loop_restoration_write_sb_coeffs() local1891 if (frame_rtype == RESTORE_NONE) return; in loop_restoration_write_sb_coeffs()1901 if (frame_rtype == RESTORE_SWITCHABLE) { in loop_restoration_write_sb_coeffs()1916 } else if (frame_rtype == RESTORE_WIENER) { in loop_restoration_write_sb_coeffs()1925 } else if (frame_rtype == RESTORE_SGRPROJ) { in loop_restoration_write_sb_coeffs()