Home
last modified time | relevance | path

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

/external/libgav1/src/post_filter/
Dpost_filter.cc69 do_cdef_(DoCdef(frame_header, do_post_filter_mask)),
139 if (DoCdef() || DoRestoration() || DoSuperRes()) {
148 if (!DoCdef() && thread_pool_ == nullptr) {
160 if (DoCdef() && thread_pool_ == nullptr) {
349 (for_loop_restoration && thread_pool_ == nullptr && !DoCdef()) ? 2 : 0; in CopyBordersForOneSuperBlockRow()
406 assert(!DoCdef()); in SetupLoopRestorationBorder()
450 assert(DoCdef()); in SetupLoopRestorationBorder()
559 if (DoCdef() && DoRestoration()) { in ApplyFilteringThreaded()
565 if (DoCdef()) { in ApplyFilteringThreaded()
574 if (!DoCdef()) { in ApplyFilteringThreaded()
[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()
629 assert(DoCdef()); in ApplyCdefForOneSuperBlockRow()
/external/libgav1/src/
Dpost_filter.h154 static bool DoCdef(const ObuFrameHeader& frame_header, in DoCdef() function
163 bool DoCdef() const { return do_cdef_; } in DoCdef() function
Ddecoder_impl.cc1226 PostFilter::DoCdef(frame_header, settings_.post_filter_mask); in DecodeTiles()
/external/libgav1/src/tile/
Dtile.cc2133 if (!post_filter_.DoCdef() || block.bp->skip || in PopulateCdefSkip()