]> granicus.if.org Git - libvpx/commit
Use max txfm size unit in rate-distortion cost modeling
authorJingning Han <jingning@google.com>
Tue, 26 Aug 2014 19:34:54 +0000 (12:34 -0700)
committerJingning Han <jingning@google.com>
Wed, 27 Aug 2014 21:59:02 +0000 (14:59 -0700)
commitec7ce316d2dff305bb068301301c498d9964ed1e
tree21e93cb37eb546af1e98de57e4b6e551d2f3f644
parent2b1c6eacb91922252862de6c72ee760a8d04a437
Use max txfm size unit in rate-distortion cost modeling

This commit makes the rate distortion modeling run in the unit of
maximum transform block size. No compression/speed change observed.
It is for the use of later fast forward transform purpose.

Change-Id: Ibaaedb69c765e8d0c5d5012f0ec07f36fd9f68fd
vp9/encoder/vp9_rdopt.c