vpx/vp9
Jingning Han de735929cf Reduce bmi buffer length from 16 to 4
This commit removes the use of bmi_ in the first-pass encoding by
forcing encode_intra4x4block_ to use DC_PRED, followed by DCT_DCT
only, as John suggested. This makes the need for bmi buffer only
up to 4 entries, instead of 16.

Change-Id: I3410007dfae789ee46a09ae20c39d3ce3c7954aa
2013-05-27 08:59:15 -07:00
..
common Reduce bmi buffer length from 16 to 4 2013-05-27 08:59:15 -07:00
decoder Remove splitmv. 2013-05-26 14:40:49 -07:00
encoder Reduce bmi buffer length from 16 to 4 2013-05-27 08:59:15 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Merge "Adding API to read/write uncompressed frame header bits." into experimental 2013-05-24 13:43:19 -07:00
vp9_cx_iface.c Adding alpha plane to YV12_BUFFER_CONFIG structure. 2013-05-15 16:29:20 -07:00
vp9_dx_iface.c Adding API to read/write uncompressed frame header bits. 2013-05-21 15:31:32 -07:00
vp9_iface_common.h Initial version of alpha channel support 2013-05-16 22:21:09 -07:00
vp9cx.mk Adding API to read/write uncompressed frame header bits. 2013-05-21 15:31:32 -07:00
vp9dx.mk Merge "Adding API to read/write uncompressed frame header bits." into experimental 2013-05-24 13:43:19 -07:00