Always initialize values in sb/mb_partitioning.
authorRonald S. Bultje <rbultje@google.com>
Thu, 2 May 2013 17:34:37 +0000 (10:34 -0700)
committerRonald S. Bultje <rbultje@google.com>
Thu, 2 May 2013 17:40:53 +0000 (10:40 -0700)
commit4aad30a3cf4c4c82bc72e79c43a59d993f1b409e
tree9a096ad2b2efb4868e32b62bb49fe06c9ab2fc80
parent704fb4866ebf88639f750c748cc54c5ba2955ba7
Always initialize values in sb/mb_partitioning.

This doesn't affect the output, because in previous cases where the
values were uninitialized, this was because the mb_row/col is outside
the codable area, and thus encode_sb will test them for the next
decomposition-level, but return right after that on size-check. All
this does is prevent a warning in valgrind.

Change-Id: I90d8a29e6f8ebb2b0143684e08fe77ae3a0816b1
vp9/encoder/vp9_encodeframe.c