Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickrst.c1672 static AOM_INLINE void copy_unit_info(RestorationType frame_rtype, in copy_unit_info() argument
1675 assert(frame_rtype > 0); in copy_unit_info()
1676 rui->restoration_type = rusi->best_rtype[frame_rtype - 1]; in copy_unit_info()
Dbitstream.c1890 RestorationType frame_rtype = rsi->frame_restoration_type; in loop_restoration_write_sb_coeffs() local
1891 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()