Searched defs:BlockParameters (Results 1 – 1 of 1) sorted by relevance
171 struct BlockParameters : public Allocable { struct172 BlockSize size;173 bool skip;177 bool skip_mode;178 bool is_inter;179 bool is_explicit_compound_type; // comp_group_idx in the spec.180 bool is_compound_type_average; // compound_idx in the spec.181 bool is_global_mv_block;182 bool use_predicted_segment_id; // only valid with temporal update enabled.183 int8_t segment_id; // segment_id is in the range [0, 7].[all …]