]> granicus.if.org Git - libvpx/commit
Removing is_intra_mode() function.
authorDmitry Kovalev <dkovalev@google.com>
Tue, 29 Oct 2013 03:00:55 +0000 (20:00 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Tue, 29 Oct 2013 03:00:55 +0000 (20:00 -0700)
commitaa76cd1e49feb524bfb7818612c75c95c5439dc5
tree423f07c6047c5238ba1b46d635c92c086647e550
parent19cf72eddc5298ed49bdc617173e263995279c8f
Removing is_intra_mode() function.

It is enough to check just block type: intra or inter. Intra block implies
intra prediction mode, and inter block implies inter mode.

Change-Id: I3cf98731a3935f670a3cd8e2b2443483eb944be4
vp9/common/vp9_blockd.h
vp9/encoder/vp9_rdopt.c