vpx/vp10/decoder
Ronald S. Bultje d88cee3712 Make update_map/temporal_update fields implicit for keyframes.
These frame types cannot make bitstream parsing depend on previous
frames, so the hypothetical combinations of e.g. keyframe=1 and
update_map=0 or keyframe=1 and temporal_update=1 are non-sensical.
Therefore, make it impossible to code such combinations in the vp10
bitstream header.

See issue 1044.

Change-Id: I3f0a83d5c7e3989541a469a909471424a285239d
2015-09-03 21:19:45 -04:00
..
decodeframe.c Make update_map/temporal_update fields implicit for keyframes. 2015-09-03 21:19:45 -04:00
decodeframe.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decodemv.c Make update_map/temporal_update fields implicit for keyframes. 2015-09-03 21:19:45 -04:00
decodemv.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decoder.c VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decoder.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
detokenize.c Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00
detokenize.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
dsubexp.c Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00
dsubexp.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
dthread.c Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES 2015-08-20 09:52:52 -07:00
dthread.h VP9Common -> VP10Common 2015-08-13 15:00:19 -07:00