vpx/vp9
Paul Wilkins 99c4b1eea1 Replace default counts with default probs.
Replace vp9_kf_default_bmode_counts structure with
direct default probabilities. The probability structure is
smaller and it removes the need to specify in the bitstream
how to convert the counts to probabilities.

Note that I have concerns still about the size and value of
the large intra mode context. This may cause problems for
HW but it also means we rely heavily on reverse update as
forwards update of a structure this size is problematic. I
intend to review this more generally in the next few days to
see if we can come up with a competitive solution that does
not rely on such a large context.

Change-Id: I0a36071079d5d26a57ab0e9fbf91af4199aa7984
2013-05-17 14:54:52 +01:00
..
common Replace default counts with default probs. 2013-05-17 14:54:52 +01:00
decoder Merge "WIP: 8x8 idct/recon merge" into experimental 2013-05-16 14:28:30 -07:00
encoder Replace default counts with default probs. 2013-05-17 14:54:52 +01: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 Removing vp9_swap_yv12_buffer function and corresponding files. 2013-05-07 16:49:22 -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 alpha plane to YV12_BUFFER_CONFIG structure. 2013-05-15 16:29:20 -07:00
vp9_iface_common.h Adding alpha plane to YV12_BUFFER_CONFIG structure. 2013-05-15 16:29:20 -07:00
vp9cx.mk Automatically flag intrinsic files 2013-05-03 15:35:13 -07:00
vp9dx.mk Automatically flag intrinsic files 2013-05-03 15:35:13 -07:00