Searched refs:global_motion_ (Results 1 – 2 of 2) sorted by relevance
86 static_assert(sizeof(global_motion_[ref].params) == in SetGlobalMotions()89 memcpy(global_motion_[ref].params, global_motions[ref].params, in SetGlobalMotions()90 sizeof(global_motion_[ref].params)); in SetGlobalMotions()
174 return global_motion_; in GlobalMotions()364 std::array<GlobalMotion, kNumReferenceFrameTypes> global_motion_ = {}; variable