Home
last modified time | relevance | path

Searched refs:SegmentFeature (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/src/utils/
Dtypes.h325 enum SegmentFeature : uint8_t { enum
340 bool FeatureActive(int segment_id, SegmentFeature feature) const { in FeatureActive()
346 static bool FeatureSigned(SegmentFeature feature) { in FeatureSigned()
/external/libgav1/src/post_filter/
Ddeblock.cc65 const auto feature = static_cast<SegmentFeature>( in ComputeDeblockFilterLevelsHelper()
/external/libgav1/src/
Dobu_parser.cc1020 if (Segmentation::FeatureSigned(static_cast<SegmentFeature>(j))) { in ParseSegmentationParameters()
Dobu_parser_test.cc491 if (Segmentation::FeatureSigned(static_cast<SegmentFeature>(j))) { in OverrideSegmentation()