Home
last modified time | relevance | path

Searched refs:DoCdef (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc231 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 …]
Dloop_restoration.cc30 const bool in_place = DoCdef() || thread_pool_ != nullptr; in ApplyLoopRestorationForOneRow()
Dsuper_res.cc101 const int num_rows_extra = (DoCdef() || !DoRestoration()) ? 0 : 2; in ApplySuperResForOneSuperBlockRow()
Dcdef.cc91 assert(DoCdef()); in SetupCdefBorder()
617 assert(DoCdef()); in ApplyCdefForOneSuperBlockRow()
/external/libgav1/libgav1/src/
Dpost_filter.h154 static bool DoCdef(const ObuFrameHeader& frame_header, in DoCdef() function
163 bool DoCdef() const { return DoCdef(frame_header_, do_post_filter_mask_); } in DoCdef() function
Ddecoder_impl.cc1208 PostFilter::DoCdef(frame_header, settings_.post_filter_mask); in DecodeTiles()