Subsampling aware allocs and bitstream
authorJohn Koleszar <jkoleszar@google.com>
Mon, 6 May 2013 22:52:06 +0000 (15:52 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 10 May 2013 00:50:12 +0000 (17:50 -0700)
commitda58436f43095743d77f7ee84500fd22851317d8
tree1583a075122a56b524823dba8f78a52aad4965bd
parent9e327dbb76540f128cde7367b85bca05aa5863e6
Subsampling aware allocs and bitstream

Make framebuffer allocations according to the chroma subsamping
factors in use. A bit is placed in the raw part of the frame header for
each of the two subsampling factors. This will be moved in a future
commit to make them part of the TBD feature set bits, probably only set
on keyframes, etc.

Change-Id: I59ed38d3a3c0d4af3c7c277617de28d04a001853
17 files changed:
vp9/common/vp9_alloccommon.c
vp9/common/vp9_blockd.h
vp9/common/vp9_mbpitch.c
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_postproc.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_lookahead.c
vp9/encoder/vp9_lookahead.h
vp9/encoder/vp9_onyx_if.c
vp9/vp9_cx_iface.c
vp9/vp9_iface_common.h
vpx_scale/generic/yv12config.c
vpx_scale/yv12config.h
vpxdec.c