]> granicus.if.org Git - libvpx/commit
vp9_pick_inter_mode(): minor optimizations
authorYaowu Xu <yaowu@google.com>
Mon, 16 Mar 2015 16:42:33 +0000 (09:42 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 16 Mar 2015 17:08:02 +0000 (10:08 -0700)
commit51d529a5786ef5654ac318c14971eb6857c420e3
tree24106be46c77f69a3f23804cb01e898e982fa580
parent1f9b2b77ad794a68b267d70c88288d5700297384
vp9_pick_inter_mode(): minor optimizations

1. remove duplicate initialization to mbmi->interp_filter.
2. move mv clamping into ref_frame loop instead of mode checking loop.
3. move the check if last frame is same as golden frame earlier to
avoid initialization of Golden reference related variables.

Change-Id: Idf2d05e19e94a24f69cc289687869fc71d2ff289
vp9/encoder/vp9_pickmode.c