Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickrst.c1351 static void copy_unit_info(RestorationType frame_rtype, in copy_unit_info() argument
1354 assert(frame_rtype > 0); in copy_unit_info()
1355 rui->restoration_type = rusi->best_rtype[frame_rtype - 1]; in copy_unit_info()
Dbitstream.c1872 RestorationType frame_rtype = rsi->frame_restoration_type; in loop_restoration_write_sb_coeffs() local
1873 if (frame_rtype == RESTORE_NONE) return; in loop_restoration_write_sb_coeffs()
1883 if (frame_rtype == RESTORE_SWITCHABLE) { in loop_restoration_write_sb_coeffs()
1898 } else if (frame_rtype == RESTORE_WIENER) { in loop_restoration_write_sb_coeffs()
1907 } else if (frame_rtype == RESTORE_SGRPROJ) { in loop_restoration_write_sb_coeffs()