Merge loop over all macroblock modes into encode_sb_row().
authorRonald S. Bultje <rbultje@google.com>
Thu, 11 Apr 2013 22:56:39 +0000 (15:56 -0700)
committerRonald S. Bultje <rbultje@google.com>
Thu, 11 Apr 2013 22:56:39 +0000 (15:56 -0700)
commitd415d287175bff26f94e75055cdd9a6e7d2a4a3b
tree22a6067a1c3caf831780903bd78eda5f2f90f311
parent340bc46f490b86e17cc5028fe6ffbdd772bc8b42
Merge loop over all macroblock modes into encode_sb_row().

Rename pick_mb_modes to pick_mb_mode, since it now handles only a
single macroblock. This is consistent with pick_sb_mode handling a
single non-macroblock.

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