struct Vp9SegmentationParams

Defined at line 79 of file ../../src/media/third_party/chromium_media/media/parsers/vp9_parser.h

Public Members

bool enabled
bool update_map
uint8_t[7] tree_probs
bool temporal_update
uint8_t[3] pred_probs
bool update_data
bool abs_or_delta_update
bool[8][4] feature_enabled
array feature_data
array y_dequant
array uv_dequant
static const size_t kNumSegments
static const size_t kNumTreeProbs
static const size_t kNumPredictionProbs

Public Methods

bool FeatureEnabled (size_t seg_id, SegmentLevelFeature feature)

Defined at line 106 of file ../../src/media/third_party/chromium_media/media/parsers/vp9_parser.h

int16_t FeatureData (size_t seg_id, SegmentLevelFeature feature)

Defined at line 110 of file ../../src/media/third_party/chromium_media/media/parsers/vp9_parser.h

Enumerations

enum SegmentLevelFeature
Name Value
SEG_LVL_ALT_Q 0
SEG_LVL_ALT_LF 1
SEG_LVL_REF_FRAME 2
SEG_LVL_SKIP 3
SEG_LVL_MAX 4

Defined at line 83 of file ../../src/media/third_party/chromium_media/media/parsers/vp9_parser.h