Files
vpx/av1/encoder
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-09 12:42:12 -07:00
2016-09-02 19:52:03 +00:00
2016-09-19 09:51:27 -07:00
2016-09-02 19:52:03 +00:00
2016-09-09 00:32:31 +00:00
2016-09-19 09:51:27 -07:00
2016-09-19 09:51:27 -07:00
2016-09-15 16:41:21 -07:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-19 09:51:27 -07:00
2016-08-31 18:19:03 -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 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-15 16:41:21 -07:00
2016-09-02 19:52:03 +00:00
2016-08-31 18:19:03 -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-09-09 18:47:15 +00:00
2016-09-15 16:41:21 -07:00
2016-09-20 15:37:15 -07:00
2016-09-15 16:41:21 -07:00
2016-09-02 19:52:03 +00:00
2016-09-19 09:51:27 -07:00
2016-09-15 16:41:21 -07:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-02 19:52:03 +00:00
2016-09-09 00:32:31 +00:00
2016-09-15 16:41:21 -07:00
2016-09-15 16:41:21 -07:00
2016-09-02 19:52:03 +00:00