Initial support for resolution changes on P-frames
authorJohn Koleszar <jkoleszar@google.com>
Wed, 6 Feb 2013 23:54:52 +0000 (15:54 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 8 Feb 2013 20:20:30 +0000 (12:20 -0800)
commit393b4856273c06aa0e7f0aec90a2b93a19aaf2d2
tree680fe371d70bd201f96f1b8f393928997575bfa7
parentc03d45def9ff03fd1ee35070f59928f702e7b8e9
Initial support for resolution changes on P-frames

Allows inter-frames to change resolution. Currently these are
almost equivalent to keyframes, as only intra prediction modes
are allowed, but without the other context resets that occur on
keyframes.

Change-Id: Icd1a2a5af0d9462cc792588427b0a1f5b12e40d3
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_rdopt.c
vp9/vp9_cx_iface.c