VP8Parser: Fix calculation of DCT partition sizes.
commit3c97550d09b3d4b9fc0d81b5a35437e6e211a581
authorposciak <posciak@chromium.org>
Tue, 17 Feb 2015 20:42:21 +0000 (17 12:42 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Feb 2015 20:43:07 +0000 (17 20:43 +0000)
treeb1e8e125def28b29473d9bacefbb851a1094a158
parent14e7d0bd7fe57cf225882d271c9875191089e8ce
VP8Parser: Fix calculation of DCT partition sizes.

Partition sizes reside all together after the first partition in the streaim,
not at the beginning of each DCT partition.
Also, fix an erroneous DCHECK in V4L2SVDA.

BUG=chrome-os-partner:36432
TEST=media_unittest for VP8Parser,VP8 playback,vdaunittest

Review URL: https://codereview.chromium.org/923033002

Cr-Commit-Position: refs/heads/master@{#316647}
content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
media/filters/vp8_parser.cc