]> granicus.if.org Git - libvpx/commit
Replacing is_inter_mode with is_inter_block.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 24 Oct 2013 18:22:06 +0000 (11:22 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 24 Oct 2013 18:22:06 +0000 (11:22 -0700)
commit7bb48e5e8e50c8a2cf8a646bac117ff854a0037b
treee7c9abd334ae4eb947e5c89a534c7e8501d5b0eb
parent1dcf09407727167359f835ef9c3cd51b02c9d80f
Replacing is_inter_mode with is_inter_block.

It should be only a check based on the block type (inter vs intra), not on
the mode value.

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