Searched defs:ReferenceInfo (Results 1 – 2 of 2) sorted by relevance
31 struct ReferenceInfo { struct40 LIBGAV1_MUST_USE_RESULT bool Reset(int rows, int columns) { in Reset()59 std::array<uint8_t, kNumReferenceFrameTypes> order_hint;69 std::array<int8_t, kNumReferenceFrameTypes> relative_distance_from;71 std::array<int8_t, kNumReferenceFrameTypes> relative_distance_to;75 std::array<bool, kNumReferenceFrameTypes> skip_references;78 std::array<int16_t, kNumReferenceFrameTypes> projection_divisions;84 Array2D<ReferenceFrameType> motion_field_reference_frame;87 Array2D<MotionVector> motion_field_mv;
1348 struct ReferenceInfo { struct1349 int size;1350 int min_offset;1351 int max_offset;1352 int alignment; // As a power of two.1353 enum { kAlignPc, kDontAlignPc } pc_needs_aligning;