Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2331 MOTION_DIRECTION that_mv) { in get_motion_inconsistency() argument
2332 if (this_mv == that_mv) { in get_motion_inconsistency()
2335 return abs(this_mv - that_mv) == 2 ? 2 : 1; in get_motion_inconsistency()