Searched refs:DoCdef (Results 1 – 6 of 6) sorted by relevance
231 if (DoCdef() || DoRestoration() || DoSuperRes()) {240 if (!DoCdef() && thread_pool_ == nullptr) {252 if (DoCdef() && thread_pool_ == nullptr) {345 (for_loop_restoration && thread_pool_ == nullptr && !DoCdef()) ? 2 : 0; in CopyBordersForOneSuperBlockRow()391 assert(!DoCdef()); in SetupLoopRestorationBorder()433 assert(DoCdef()); in SetupLoopRestorationBorder()538 if (DoCdef() && DoRestoration()) { in ApplyFilteringThreaded()544 if (DoCdef()) { in ApplyFilteringThreaded()553 if (!DoCdef()) { in ApplyFilteringThreaded()572 if (DoRestoration() && DoCdef()) { in ApplyFilteringForOneSuperBlockRow()[all …]
30 const bool in_place = DoCdef() || thread_pool_ != nullptr; in ApplyLoopRestorationForOneRow()
101 const int num_rows_extra = (DoCdef() || !DoRestoration()) ? 0 : 2; in ApplySuperResForOneSuperBlockRow()
91 assert(DoCdef()); in SetupCdefBorder()617 assert(DoCdef()); in ApplyCdefForOneSuperBlockRow()
154 static bool DoCdef(const ObuFrameHeader& frame_header, in DoCdef() function163 bool DoCdef() const { return DoCdef(frame_header_, do_post_filter_mask_); } in DoCdef() function
1208 PostFilter::DoCdef(frame_header, settings_.post_filter_mask); in DecodeTiles()