Add get_mv_from_mv_mode()
authorAngie Chiang <angiebird@google.com>
Thu, 24 Jan 2019 01:15:06 +0000 (17:15 -0800)
committerAngie Chiang <angiebird@google.com>
Thu, 24 Jan 2019 18:14:59 +0000 (10:14 -0800)
commit4f36bea7e9ecbfd99fae737138a050c4c55a4536
tree215bf6cb615750c361a2a74a6c3a5af5f857f546
parenta047b31e2fb37609ca3652b547e921f16d8fb110
Add get_mv_from_mv_mode()

Given an mv_mode, this function will return the corresponding mv.

find_ref_mv()
A helper function finds the nearest and near mvs from the neighbor
blocks.

select_mv_arr[]
An array used for storing selected motion vectors.

Change-Id: Ibeb434007f65b2c6e461360f208d99455e76bcbf
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h