Searched refs:do_superres (Results 1 – 2 of 2) sorted by relevance
56 const bool do_superres, const int subsampling_y) { in GetBottomBorderPixels() argument64 if (do_superres) extra_border += kSuperResVerticalBorder; in GetBottomBorderPixels()1214 const bool do_superres = in DecodeTiles() local1221 do_restoration, do_superres, sequence_header.color_config.subsampling_y); in DecodeTiles()1363 if (do_superres) { in DecodeTiles()1386 if (do_superres && threading_strategy.post_filter_thread_pool() != nullptr) { in DecodeTiles()
5258 const int do_superres = av1_superres_scaled(cm); in av1_decode_tg_tiles_and_wrapup() local5259 const int optimized_loop_restoration = !do_cdef && !do_superres; in av1_decode_tg_tiles_and_wrapup()