]> granicus.if.org Git - libvpx/commit
Add intra_only and reset_frame_context flags
authorAdrian Grange <agrange@google.com>
Thu, 30 May 2013 00:16:00 +0000 (17:16 -0700)
committerAdrian Grange <agrange@google.com>
Thu, 30 May 2013 00:16:00 +0000 (17:16 -0700)
commit9e5bb9598c57eccd9115080e1a6b1375b82a77e3
tree52ff12f947a2888b3a7617db8062d36b80d8edf2
parent38cb616fbfcc3b372bb14325c897af852b02a4c7
Add intra_only and reset_frame_context flags

Added two flags to the frame header:

intra_only:
Signals that the frame is encoded using only INTRA
coding modes.

reset_frame_context:
Indicates that the coding context specified
in the frame header should be reset to default values before the
frame is encoded/decoded.

Change-Id: I182d46f1f84fb67a13c46ad767f246a38d7861a2
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_onyx_if.c