Home
last modified time | relevance | path

Searched defs:DoCdef (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Dpost_filter.h154 static bool DoCdef(const ObuFrameHeader& frame_header, in DoCdef() function
163 bool DoCdef() const { return do_cdef_; } in DoCdef() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A 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
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/
H A Dpost_filter.h149 bool DoCdef() const { return DoCdef(frame_header_, do_post_filter_mask_); } in DoCdef() function
150 static bool DoCdef(const ObuFrameHeader& frame_header, in DoCdef() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dcdef_neon.cc332 void DoCdef(const uint16_t* src, const ptrdiff_t src_stride, const int height, in DoCdef() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/x86/
H A Dcdef_sse4.cc360 void DoCdef(const uint16_t* src, const ptrdiff_t src_stride, const int height, in DoCdef() function