Searched refs:kMaxLoopFilterValue (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/src/utils/ |
D | segmentation.cc | 23 kMaxLoopFilterValue, 24 kMaxLoopFilterValue, 25 kMaxLoopFilterValue, 26 kMaxLoopFilterValue,
|
D | constants.h | 54 kMaxLoopFilterValue = 63, enumerator
|
/external/libgav1/src/post_filter/ |
D | deblock_thresholds.inc | 18 constexpr uint8_t kInnerThresh[8][kMaxLoopFilterValue + 1] = { 45 constexpr uint8_t kOuterThresh[8][kMaxLoopFilterValue + 1] = {
|
D | deblock.cc | 66 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/ |
D | loop_filter_test.cc | 177 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()
|
D | loop_filter.cc | 59 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/ |
D | mode_info.cc | 378 -kMaxLoopFilterValue, kMaxLoopFilterValue, delta_lf_[i]); in ReadLoopFilterDelta()
|