Home
last modified time | relevance | path

Searched refs:loop_restoration (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Dpost_filter.h187 static bool DoRestoration(const LoopRestoration& loop_restoration, in DoRestoration() argument
190 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone && in DoRestoration()
193 return (loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone || in DoRestoration()
194 loop_restoration.type[kPlaneU] != kLoopRestorationTypeNone || in DoRestoration()
195 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone) && in DoRestoration()
H A Dloop_restoration_info.cc57 bool LoopRestorationInfo::Reset(const LoopRestoration* const loop_restoration, in Reset() argument
61 loop_restoration_ = loop_restoration; in Reset()
H A Dloop_restoration_info.h49 bool Reset(const LoopRestoration* loop_restoration, uint32_t width,
H A Dobu_parser.cc1140 LoopRestoration* const loop_restoration = &frame_header_.loop_restoration; in ParseLoopRestorationParameters() local
1146 loop_restoration->type[i] = static_cast<LoopRestorationType>(scratch); in ParseLoopRestorationParameters()
1147 if (loop_restoration->type[i] != kLoopRestorationTypeNone) { in ParseLoopRestorationParameters()
1166 loop_restoration->unit_size_log2[kPlaneY] = 6 + unit_shift; in ParseLoopRestorationParameters()
1174 loop_restoration->unit_size_log2[kPlaneU] = in ParseLoopRestorationParameters()
1175 loop_restoration->unit_size_log2[kPlaneV] = in ParseLoopRestorationParameters()
1176 loop_restoration->unit_size_log2[0] - uv_shift; in ParseLoopRestorationParameters()
H A Dlibgav1_decoder.cmake45 "${libgav1_source}/post_filter/loop_restoration.cc"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A Dpost_filter.h189 static bool DoRestoration(const LoopRestoration& loop_restoration, in DoRestoration() argument
192 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone && in DoRestoration()
195 return (loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone || in DoRestoration()
196 loop_restoration.type[kPlaneU] != kLoopRestorationTypeNone || in DoRestoration()
197 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone) && in DoRestoration()
H A Dloop_restoration_info.cc57 bool LoopRestorationInfo::Reset(const LoopRestoration* const loop_restoration, in Reset() argument
61 loop_restoration_ = loop_restoration; in Reset()
H A Dloop_restoration_info.h51 bool Reset(const LoopRestoration* loop_restoration, uint32_t width,
H A Dobu_parser.cc1136 LoopRestoration* const loop_restoration = &frame_header_.loop_restoration; in ParseLoopRestorationParameters() local
1142 loop_restoration->type[i] = static_cast<LoopRestorationType>(scratch); in ParseLoopRestorationParameters()
1143 if (loop_restoration->type[i] != kLoopRestorationTypeNone) { in ParseLoopRestorationParameters()
1162 loop_restoration->unit_size_log2[kPlaneY] = 6 + unit_shift; in ParseLoopRestorationParameters()
1170 loop_restoration->unit_size_log2[kPlaneU] = in ParseLoopRestorationParameters()
1171 loop_restoration->unit_size_log2[kPlaneV] = in ParseLoopRestorationParameters()
1172 loop_restoration->unit_size_log2[0] - uv_shift; in ParseLoopRestorationParameters()
H A Dlibgav1_decoder.cmake45 "${libgav1_source}/post_filter/loop_restoration.cc"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/
H A Dpost_filter.h186 static bool DoRestoration(const LoopRestoration& loop_restoration, in DoRestoration() argument
190 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone; in DoRestoration()
192 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone || in DoRestoration()
193 loop_restoration.type[kPlaneU] != kLoopRestorationTypeNone || in DoRestoration()
194 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone; in DoRestoration()
H A Dloop_restoration_info.cc43 bool LoopRestorationInfo::Reset(const LoopRestoration* const loop_restoration, in Reset() argument
47 loop_restoration_ = loop_restoration; in Reset()
H A Dloop_restoration_info.h51 bool Reset(const LoopRestoration* loop_restoration, uint32_t width,
H A Dobu_parser.cc1118 LoopRestoration* const loop_restoration = &frame_header_.loop_restoration; in ParseLoopRestorationParameters() local
1124 loop_restoration->type[i] = static_cast<LoopRestorationType>(scratch); in ParseLoopRestorationParameters()
1125 if (loop_restoration->type[i] != kLoopRestorationTypeNone) { in ParseLoopRestorationParameters()
1144 loop_restoration->unit_size[kPlaneY] = in ParseLoopRestorationParameters()
1153 loop_restoration->unit_size[kPlaneU] = in ParseLoopRestorationParameters()
1154 loop_restoration->unit_size[kPlaneV] = in ParseLoopRestorationParameters()
1155 loop_restoration->unit_size[0] >> uv_shift; in ParseLoopRestorationParameters()
H A Dlibgav1_decoder.cmake46 "${libgav1_source}/post_filter/loop_restoration.cc"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/
H A Dlibgav1_dsp.cmake47 "${libgav1_source}/dsp/loop_restoration.cc"
48 "${libgav1_source}/dsp/loop_restoration.h"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/post_filter/
H A Dloop_restoration.cc140 if (frame_header_.loop_restoration.type[plane] == in ApplyLoopRestorationForOneSuperBlockRow()
159 frame_header_.loop_restoration.unit_size[plane]; in ApplyLoopRestorationForOneSuperBlockRow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/
H A Dlibgav1_dsp.cmake49 "${libgav1_source}/dsp/loop_restoration.cc"
50 "${libgav1_source}/dsp/loop_restoration.h"
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/
H A Dconfigure535 soft_enable loop_restoration
645 if enabled striped_loop_restoration && ! enabled loop_restoration ; then
648 enable_feature loop_restoration
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dlibgav1_dsp.cmake58 "${libgav1_source}/dsp/loop_restoration.cc"
59 "${libgav1_source}/dsp/loop_restoration.h"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/
H A Dlibgav1_srcs.gni110 "//third_party/libgav1/src/src/dsp/loop_restoration.cc",
111 "//third_party/libgav1/src/src/dsp/loop_restoration.h",
174 "//third_party/libgav1/src/src/post_filter/loop_restoration.cc",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/
H A Dlibgav1_srcs.gni108 "//third_party/libgav1/src/src/dsp/loop_restoration.cc",
109 "//third_party/libgav1/src/src/dsp/loop_restoration.h",
176 "//third_party/libgav1/src/src/post_filter/loop_restoration.cc",
/dports/multimedia/libgav1/libgav1-0.17.0/src/utils/
H A Dtypes.h435 LoopRestoration loop_restoration; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/utils/
H A Dtypes.h454 LoopRestoration loop_restoration; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/
H A Dtypes.h442 LoopRestoration loop_restoration; member

12