vp9_entropymv: remove vp9_get_mv_mag()
authorJames Zern <jzern@google.com>
Tue, 7 Jul 2015 03:49:28 +0000 (20:49 -0700)
committerJames Zern <jzern@google.com>
Tue, 7 Jul 2015 05:30:21 +0000 (22:30 -0700)
commitc6d90f05359101e8003577128ae62f63781bc035
tree1a747e8ffca085354d889f978e20d8a14e01fa42
parent33a0deb92835500f4f1edf71fe085f530acd0cc5
vp9_entropymv: remove vp9_get_mv_mag()

inline the code directly in read_mv_component(), the only place where it
was being used; this removes a function call in a hot function

Change-Id: I66f99c0c9ce3bc310101dbca4a470f023cc6fb55
vp9/common/vp9_entropymv.c
vp9/common/vp9_entropymv.h
vp9/decoder/vp9_decodemv.c