blob: 36446f225bff11b5c703c290f8cb172d9c678418 [file] [log] [blame]
#include "src/utils/segmentation.h"
namespace libgav1 {
const int8_t kSegmentationFeatureBits[kSegmentFeatureMax] = {8, 6, 6, 6,
6, 3, 0, 0};
const int kSegmentationFeatureMaxValues[kSegmentFeatureMax] = {
255,
kMaxLoopFilterValue,
kMaxLoopFilterValue,
kMaxLoopFilterValue,
kMaxLoopFilterValue,
7,
0,
0};
} // namespace libgav1