]> granicus.if.org Git - libvpx/commit
Initialize cost_list all to INT_MAX.
authorJerome Jiang <jianj@google.com>
Tue, 6 Jun 2017 17:13:34 +0000 (10:13 -0700)
committerJerome Jiang <jianj@google.com>
Tue, 6 Jun 2017 17:42:37 +0000 (10:42 -0700)
commitcf07d858095c404de131e29e2ae414d1892eb932
treeaea1baf3127a8e5ace034c87f430efa29ec3468c
parent6df142e2ab4c10f7f57e76037e68f99ccb789852
Initialize cost_list all to INT_MAX.

It is initialized to be { INT_MAX, 0, ... } in ffe0f9b.
No effect on encoders.
Make it consistent with other initializations.

BUG=webm:1440

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