]> granicus.if.org Git - libvpx/commit
Properly store the tx_size of selected intra mode
authorJingning Han <jingning@google.com>
Wed, 17 Dec 2014 00:02:58 +0000 (16:02 -0800)
committerJingning Han <jingning@google.com>
Wed, 17 Dec 2014 17:25:14 +0000 (09:25 -0800)
commit56a8bc54a61619f675694f06be7fe5cce2a6dc56
treea4a16476b8f0b5a5e102666de65b0d087cb2729c
parent00d221192998ebd733b69d0c8ff308d13c52aa3c
Properly store the tx_size of selected intra mode

Use a temporary variable to store the transform size associated
with the best intra mode and restore the mode_info if the overall
best mode is intra mode.

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