Home
last modified time | relevance | path

Searched refs:global_motions (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/
Dbuffer_pool.cc84 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motions) { in SetGlobalMotions() argument
87 sizeof(global_motions[ref].params), in SetGlobalMotions()
89 memcpy(global_motion_[ref].params, global_motions[ref].params, in SetGlobalMotions()
Dbuffer_pool.h145 const std::array<GlobalMotion, kNumReferenceFrameTypes>& global_motions);