Searched defs:BlockParameters (Results 1 – 2 of 2) sorted by relevance
151 struct BlockParameters : public Allocable { struct152 BlockSize size;153 bool skip;154 bool is_inter;155 PredictionMode y_mode;156 TransformSize uv_transform_size;157 InterpolationFilter interpolation_filter[2];158 ReferenceFrameType reference_frame[2];164 uint8_t deblock_filter_level[kFrameLfCount];165 CompoundMotionVector mv;[all …]
194 params: BlockParameters,1172 class BlockParameters: class1182 def __add__(self, other: BlockParameters) -> BlockParameters: