vp10: merge frame_parallel_decoding_mode and refresh_frame_context.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Sep 2015 18:20:48 +0000 (14:20 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 11 Sep 2015 23:33:46 +0000 (19:33 -0400)
commitd1474f02aaf324112e63879b12c0f61553eed2a8
tree703fa2b8698185478e1a1de7952f7be18ebb9241
parentc92c50f2fe3e511365ab8859064f6c9b5acb04d8
vp10: merge frame_parallel_decoding_mode and refresh_frame_context.

See issue 1030. The value of frame_parallel_decoding_mode was ignored
in vp9 if refresh_frame_context was 0, so instead make it a 3-member
enum where the dependency is obviously stated.

Change-Id: I37f0177e5759f54e2e6cc6217023d5681de92438
vp10/common/blockd.h
vp10/common/onyxc_int.h
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c
vp10/encoder/encoder.c