Searched defs:MotionVector (Results 1 – 3 of 3) sorted by relevance
26 struct MotionVector { struct27 int row; // subpel row28 int col; // subpel col31 int subpel_bits; // number of fractional bits used by row/col
353 const std::array<MotionVector, kBlockRefCount> &mv) { in AugmentTplFrameStatsWithMotionVector()
31 union MotionVector { union