Home
last modified time | relevance | path

Searched defs:MotionVector (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode_interface.h26 struct MotionVector { struct
27 int row; // subpel row
28 int col; // subpel col
31 int subpel_bits; // number of fractional bits used by row/col
/external/libaom/test/
Dratectrl_qmode_test.cc353 const std::array<MotionVector, kBlockRefCount> &mv) { in AugmentTplFrameStatsWithMotionVector()
/external/libgav1/src/utils/
Dtypes.h31 union MotionVector { union