]> granicus.if.org Git - libvpx/commit
Merge two similar functions into one
authorYaowu Xu <yaowu@google.com>
Fri, 19 Apr 2013 23:28:20 +0000 (16:28 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 24 Apr 2013 22:58:03 +0000 (15:58 -0700)
commitbcf82cf503ed8c1c4db16d1200beb879434b5de7
treef3c495f62e441fe78871e8a16ff4e4d1ad74278d
parenta2d46434b55dd9ded71b4c7b3560ce7964962bb0
Merge two similar functions into one

Function set_mb_row() and set_mb_col() do similar work and are always
called together, this commit merged them into a single function for
clarity and easy maintainence.  This was a TODO item.

Change-Id: I956bd9ed6afb8b2b0469b20fd8bc893b26f8a0f3
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_segmentation.c