Compute prediction filter type cost only when needed
authorJingning Han <jingning@google.com>
Tue, 7 Apr 2015 19:39:54 +0000 (12:39 -0700)
committerJingning Han <jingning@google.com>
Tue, 7 Apr 2015 19:41:46 +0000 (12:41 -0700)
commit25206e7b7fd9e342ed2af0aeb404ec0aecc3040c
tree5d93b369c00719e303005f913cf3a8db573ab486
parent9922e4344a40a147abab06f16c7a9d9403d1a33b
Compute prediction filter type cost only when needed

Skip redundant prediction filter type cost in filter search loop,
if the rate value will be reset in Hadamard transform based rate
distortion estimate.

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