hkuang c70cea97ac Remove mi_grid_* structures.
mi_grid_* are arrays of pointer to pointer. They save the pointers that point
to the MIs in cm->mi. But they are unnecessary and complicated. The original
goal was to remove MODE_INFO_t copy. But with an extra MODE_INFO_t pointer
inside MODE_INFO_t, same goal could be achieved.

This commit totally removes the mi_grid_* structures. But there are still
many dummy MODE_INFO_t inside cm->mi which are a waste of memory. Next commit
will do on-demand MODE_INFO_t allocation in order to save these memories.

Change-Id: I3a05cf1610679fed26e0b2eadd315a9ae91afdd6
2014-09-19 21:27:11 -07:00
..
2014-06-20 11:29:19 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-03-24 11:02:27 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-03-25 09:45:54 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-09-19 21:27:11 -07:00
2014-09-16 22:44:40 -07:00
2013-09-29 19:29:58 -07:00
2013-12-16 17:27:48 -08:00
2013-02-22 11:03:14 -08:00
2014-07-10 12:20:54 -07:00
2014-07-07 14:52:19 -07:00