]> granicus.if.org Git - libvpx/commit
Further correct bug in loopfilter initialization
authorAdrian Grange <agrange@google.com>
Mon, 19 Aug 2013 18:58:52 +0000 (11:58 -0700)
committerAdrian Grange <agrange@google.com>
Mon, 19 Aug 2013 18:58:52 +0000 (11:58 -0700)
commit5a1a269f67931854f5dd1d0a23b875acd290583d
tree32a53da7016e9da9d14c957e8f4cabdeca9ceb33
parent79f4c1b9a44a8a721e03a93261527d6fc0c4503d
Further correct bug in loopfilter initialization

The intent was to initialize the deltas for the
segment to the computed value, irrespective of mode
and reference frame if (mode_ref_delta_enabled == 0).

(In response to bug posted by Manjit Hota to codec-devel
and webm-discuss lists)

Change-Id: I10435cb63d0f88359bb4c14f22181878a1988e72
vp9/common/vp9_loopfilter.c