aom/av1/decoder
Adrian Grange a414887a43 Superframe index: Parse correct number of frame sizes
If there are N frames in a superframe, the superframe
index will enumerate the sizes of only the first
(N - 1) frames. The code assumed that all N frame
sizes are coded.

The size of the final frame in the superframe is
calculated as follows:
(data_size - index_size - sum_of_N-1_frame_sizes)

Change-Id: Ia53ae27455a4f024eec311bf7356a00e8e0d449a
2016-11-24 02:08:15 +00:00
..
decint.h New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
decodeframe.c Allow tile parsing with ANS. 2016-11-23 14:19:55 -08:00
decodeframe.h Frame buffer marking enabling non-intra-based loss recovery 2016-11-09 13:26:32 +00:00
decodemv.c Deprecated the separate handle on rectangular tx_size in var_tx 2016-11-22 22:25:43 +00:00
decodemv.h Remove VP10 style bitreader and bitwriter wrappers 2016-09-26 14:02:34 -07:00
decoder.c Superframe index: Parse correct number of frame sizes 2016-11-24 02:08:15 +00:00
decoder.h Frame buffer marking enabling non-intra-based loss recovery 2016-11-09 13:26:32 +00:00
detokenize.c Revert "fix msvc build warnings and errors" 2016-11-10 22:32:29 +00:00
detokenize.h Reinstate "fix msvc build warnings and errors" 2016-11-12 00:36:55 +00:00
dsubexp.c Bit accounting. 2016-10-19 04:34:29 +00:00
dsubexp.h Bit accounting. 2016-10-19 04:34:29 +00:00
dthread.c Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
dthread.h Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
generic_decoder.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
laplace_decoder.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
pvq_decoder.c Fix the bug that PVQ commit broke dering 2016-11-08 08:15:57 -08:00
pvq_decoder.h New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00