Home
last modified time | relevance | path

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

/external/libgav1/src/utils/
Dsegmentation.cc23 kMaxLoopFilterValue,
24 kMaxLoopFilterValue,
25 kMaxLoopFilterValue,
26 kMaxLoopFilterValue,
Dconstants.h54 kMaxLoopFilterValue = 63, enumerator
/external/libgav1/src/post_filter/
Ddeblock_thresholds.inc18 constexpr uint8_t kInnerThresh[8][kMaxLoopFilterValue + 1] = {
45 constexpr uint8_t kOuterThresh[8][kMaxLoopFilterValue + 1] = {
Ddeblock.cc66 kMaxLoopFilterValue); in ComputeDeblockFilterLevelsHelper()
71 0, kMaxLoopFilterValue); in ComputeDeblockFilterLevelsHelper()
83 0, kMaxLoopFilterValue); in ComputeDeblockFilterLevelsHelper()
94 0, kMaxLoopFilterValue); in ComputeDeblockFilterLevelsHelper()
328 assert(level > 0 && level <= kMaxLoopFilterValue); in HorizontalDeblockFilter()
414 assert(level > 0 && level <= kMaxLoopFilterValue); in VerticalDeblockFilter()
/external/libgav1/src/dsp/
Dloop_filter_test.cc177 rnd(3 * kMaxLoopFilterValue - 2) + 7); // [7, 193]. in TestRandomValues()
179 static_cast<uint8_t>(rnd(kMaxLoopFilterValue) + 1); // [1, 63]. in TestRandomValues()
181 static_cast<uint8_t>(rnd(kMaxLoopFilterValue + 1) >> 4); // [0, 3]. in TestRandomValues()
Dloop_filter.cc59 assert(*outer_thresh >= 7 && *outer_thresh <= 3 * kMaxLoopFilterValue + 4); in AdjustThresholds()
60 assert(*inner_thresh >= 1 && *inner_thresh <= kMaxLoopFilterValue); in AdjustThresholds()
/external/libgav1/src/tile/bitstream/
Dmode_info.cc378 -kMaxLoopFilterValue, kMaxLoopFilterValue, delta_lf_[i]); in ReadLoopFilterDelta()