Calling is_inter_block() only if mbmi is available.
authorDmitry Kovalev <dkovalev@google.com>
Mon, 16 Dec 2013 23:09:33 +0000 (15:09 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Mon, 16 Dec 2013 23:09:33 +0000 (15:09 -0800)
commit865d5b83f26f851ef2338c9051c8f5f1110d6db3
treea2165ccfc692da1bea42614f628dd7bb4080b3ab
parentb1d821704bcd63527007db3d9133d34acf35c82f
Calling is_inter_block() only if mbmi is available.

Modifying vp9_get_intra_inter_context(), vp9_get_reference_mode_context(),
vp9_get_pred_context_single_ref_p1(), vp9_get_pred_context_single_ref_p2()
functions.

Change-Id: Ifaa2c3eb0c76a544ae8bd1fe3155aada266eae78
vp9/common/vp9_pred_common.c