Searched refs:loop_restoration (Results 1 – 10 of 10) sorted by relevance
/external/libgav1/libgav1/src/ |
D | post_filter.h | 205 static bool DoRestoration(const LoopRestoration& loop_restoration, in DoRestoration() argument 208 return loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone && in DoRestoration() 211 return (loop_restoration.type[kPlaneY] != kLoopRestorationTypeNone || in DoRestoration() 212 loop_restoration.type[kPlaneU] != kLoopRestorationTypeNone || in DoRestoration() 213 loop_restoration.type[kPlaneV] != kLoopRestorationTypeNone) && in DoRestoration()
|
D | loop_restoration_info.cc | 57 bool LoopRestorationInfo::Reset(const LoopRestoration* const loop_restoration, in Reset() argument 61 loop_restoration_ = loop_restoration; in Reset()
|
D | loop_restoration_info.h | 51 bool Reset(const LoopRestoration* loop_restoration, uint32_t width,
|
D | obu_parser.cc | 1126 LoopRestoration* const loop_restoration = &frame_header_.loop_restoration; in ParseLoopRestorationParameters() local 1132 loop_restoration->type[i] = static_cast<LoopRestorationType>(scratch); in ParseLoopRestorationParameters() 1133 if (loop_restoration->type[i] != kLoopRestorationTypeNone) { in ParseLoopRestorationParameters() 1152 loop_restoration->unit_size[kPlaneY] = in ParseLoopRestorationParameters() 1161 loop_restoration->unit_size[kPlaneU] = in ParseLoopRestorationParameters() 1162 loop_restoration->unit_size[kPlaneV] = in ParseLoopRestorationParameters() 1163 loop_restoration->unit_size[0] >> uv_shift; in ParseLoopRestorationParameters()
|
D | libgav1_decoder.cmake | 45 "${libgav1_source}/post_filter/loop_restoration.cc"
|
D | decoder_impl.cc | 1183 &frame_header.loop_restoration, frame_header.upscaled_width, in DecodeTiles() 1197 frame_header.loop_restoration, settings_.post_filter_mask, num_planes); in DecodeTiles()
|
/external/libgav1/ |
D | Android.bp | 77 "libgav1/src/dsp/loop_restoration.cc", 111 "libgav1/src/post_filter/loop_restoration.cc",
|
/external/libgav1/libgav1/src/dsp/ |
D | libgav1_dsp.cmake | 49 "${libgav1_source}/dsp/loop_restoration.cc" 50 "${libgav1_source}/dsp/loop_restoration.h"
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 454 LoopRestoration loop_restoration; member
|
/external/libgav1/libgav1/src/post_filter/ |
D | post_filter.cc | 148 loop_restoration_(frame_header.loop_restoration), in PostFilter()
|