Skip to content
Snippets Groups Projects
Commit ac6093d1 authored by Scott LaVarnway's avatar Scott LaVarnway
Browse files

New mode_info_context storage -- undo revert

mode_info_context was stored as a grid of MODE_INFO structs.
The grid now constists of pointers to MODE_INFO structs.  The
MODE_INFO structs are now stored as a stream (decoder only),
eliminating unnecessary copies and is a little more cache
friendly.

Change-Id: I031d376284c6eb98a38ad5595b797f048a6cfc0d
parent 0607abc3
No related merge requests found
Showing
with 437 additions and 386 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment