]> granicus.if.org Git - libvpx/commit
vp9: Clamp tx_size in model_rd_large
authorMarco Paniconi <marpan@google.com>
Tue, 31 Jul 2018 22:28:58 +0000 (15:28 -0700)
committerMarco Paniconi <marpan@google.com>
Tue, 31 Jul 2018 22:30:38 +0000 (15:30 -0700)
commitcf7486676773e737d9538b0aaeaf59bf972b2a30
tree067b6c3866c3b771d84d6b64e01f100385e8bd33
parentff9e455fe7ae930f5336b464b56e3c83b0331675
vp9: Clamp tx_size in model_rd_large

For nonrd_pickmode: add clamp/check to make
sure tx_size is not set to lower than 8X8,
for the model_rd_large function (which is only
called for big block sizes).

No change in behavior.

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