Unconditionally set the loop_filter_params for vp9
The accelerator was misinterpreting the |bool update_mode_deltas[2]| and |bool update_ref_deltas[4]| as something that should be used when copying the data. These flags are for the parser only. The spec (http://downloads.webmproject.org/docs/vp9/vp9-bitstream_superframe-and-uncompressed-header_v1.0.pdf) seems to imply that they shouldn't even be stored in the Vp9LoopFilterParams struct at all, and only used to help compress the headers. Bug: 1091466 Change-Id: I6c73dd46f748583fae42b5aa2beab91d6649eca0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253216Reviewed-by:Frank Liberato <liberato@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#780466}
Showing
Please register or sign in to comment