Files
vpx/aom
Urvang Joshi cb586f3ba9 enums.h: Combine related #defines into packed enums.
enums for BLOCK_SIZE, TX_SIZE and PREDICTION_MODE.

Note: These were converted to #defines earlier to save on memory:
https://chromium-review.googlesource.com/#/c/269854/

But we, instead, use attribute 'packed' (see here:
https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#Common-Type-Attributes)
to ensure that these enums use the smallest possible integer type,
and so use smallest memory when used in structs/arrays etc.

Change-Id: If1fc136686b28847109c9f3a06f8728165e7e475
2016-09-22 09:44:51 -07:00
..
2016-09-02 08:22:07 -07:00
2016-09-02 08:22:07 -07:00
2016-09-02 08:22:07 -07:00
2016-09-02 08:22:07 -07:00
2016-09-02 08:22:07 -07:00
2016-08-31 18:19:03 -07:00
2016-08-31 18:19:03 -07:00
2016-08-31 18:19:03 -07:00