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.c3150 MOTION_DIRECTION that_mv) { in get_motion_inconsistency() argument
3151 if (this_mv == that_mv) { in get_motion_inconsistency()
3154 return abs(this_mv - that_mv) == 2 ? 2 : 1; in get_motion_inconsistency()