]> granicus.if.org Git - libvpx/commit
Make reset_frame_context an enum.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Sep 2015 18:14:28 +0000 (14:14 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 11 Sep 2015 19:12:02 +0000 (15:12 -0400)
commit62da0bf162f369cd99f2ffe37e4cb21810422e37
tree677c9c54612cf42a930cb89e03e954b179f69dfd
parentf79f71fc2209e9e69a280c71dd421bd3287ff155
Make reset_frame_context an enum.

In vp9, [0] and [1] had identical meaning, so merge them into a
single value. Make it impossible to code RESET_FRAME_CONTEXT_NONE
for intra_only frames, since that is a non-sensical combination.

See issue 1030.

Change-Id: If450c74162d35ca63a9d279beaa53ff9cdd6612b
vp10/common/entropymode.c
vp10/common/onyxc_int.h
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c
vp10/encoder/encoder.c