vp8_rd_pick_best_mbsegmentation code restructure
authorScott LaVarnway <slavarnway@google.com>
Mon, 6 Dec 2010 21:42:52 +0000 (16:42 -0500)
committerScott LaVarnway <slavarnway@google.com>
Mon, 6 Dec 2010 21:42:52 +0000 (16:42 -0500)
commit2fa5d5a26df28fae3a34b5458a019e68c807cab3
tree4edf4c37f514f63db4e57c7c84488c785d53ea6b
parentd283d9bb307fe2e93107a4271bb984d8cd6c6736
vp8_rd_pick_best_mbsegmentation code restructure

Moved the code from the segmentation loop into a function
which is now called for each segment. This will allow us
to change the segment order checking more easily.

Change-Id: I9510d26f0acae5a73043fcca8f1984b121d3e052
vp8/encoder/rdopt.c