Speed feature to binary search dir intramodes
authorDeb Mukherjee <debargha@google.com>
Tue, 2 Jul 2013 18:18:00 +0000 (11:18 -0700)
committerDeb Mukherjee <debargha@google.com>
Tue, 2 Jul 2013 21:07:19 +0000 (14:07 -0700)
commit37501d687c509c348bc2bdbe75aa050e2ab0437c
tree6cb6f59a676aabaa8630ba0b0be98e953b631ab5
parent66324d501a3d0e5d2dec74020231b52bcb801652
Speed feature to binary search dir intramodes

This speed feature will skip searching the directional intra prediction
modes D63, D117, D27, D153 if the best intra mode so far is not one of
the diagonal, horizontal or vertical directions closest to the respective
directions being tested. In other words, this implements a sort of
binary search in the angular domain.

Speedup: about 9-10%
Results: -0.05% only on derfraw300.

Change-Id: I413584c41f2a3e8dabfbdeb40718c8fc4b1d63a2
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_rdopt.c