Make non-RD intra mode search txfm size dependent
authorJingning Han <jingning@google.com>
Wed, 25 Jun 2014 18:41:49 +0000 (11:41 -0700)
committerJingning Han <jingning@google.com>
Thu, 26 Jun 2014 01:52:18 +0000 (18:52 -0700)
commit2aa50eafb2fb3bb10bdfeac9b7ccf749d192dc93
tree45937e1c0df9ff122341c9c9b957cd6a6f360783
parentce7199075e551871052de49121905277721062a5
Make non-RD intra mode search txfm size dependent

This commit fixes the potential issue in the non-RD mode decision
flow that only checks part of the block to estimate the cost. It
was due to the use of fixed transform size, in replacing the
largest transform block size. This commit enables per transform
block cost estimation of the intra prediction mode in the non-RD
mode decision.

Change-Id: I14ff92065e193e3e731c2bbf7ec89db676f1e132
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_speed_features.c