Searched refs:loop_restoration (Results 1 – 10 of 10) sorted by relevance
/external/libgav1/libgav1/src/ |
D | post_filter.h | 189 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()
|
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 | 1140 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()
|
D | libgav1_decoder.cmake | 45 "${libgav1_source}/post_filter/loop_restoration.cc"
|
D | decoder_impl.cc | 1193 &frame_header.loop_restoration, frame_header.upscaled_width, in DecodeTiles() 1213 frame_header.loop_restoration, settings_.post_filter_mask, num_planes); in DecodeTiles()
|
/external/libgav1/libgav1/src/dsp/ |
D | libgav1_dsp.cmake | 58 "${libgav1_source}/dsp/loop_restoration.cc" 59 "${libgav1_source}/dsp/loop_restoration.h"
|
/external/libgav1/ |
D | Android.bp | 105 "libgav1/src/dsp/loop_restoration.cc", 147 "libgav1/src/post_filter/loop_restoration.cc",
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 455 LoopRestoration loop_restoration; member
|
/external/libgav1/libgav1/src/post_filter/ |
D | post_filter.cc | 147 loop_restoration_(frame_header.loop_restoration), in PostFilter()
|