]> granicus.if.org Git - libvpx/commit
Enhance the row mt sync read to accept the sync_range greater than 1
authorYunqing Wang <yunqingwang@google.com>
Tue, 28 Mar 2017 18:27:31 +0000 (11:27 -0700)
committerYunqing Wang <yunqingwang@google.com>
Fri, 31 Mar 2017 17:48:38 +0000 (10:48 -0700)
commitf1600db3e4f7d2cecfc08d01ec58980073f555bc
tree0b98d8806d51cd0154f2217e1ae357d2ca11086e
parent0169a985d941cc14db9ce340b9a666eefcc7502c
Enhance the row mt sync read to accept the sync_range greater than 1

The row mt sync read uses sync_range = 1, and wouldn't work if we want
to use a sync_range that is greater than 1. To make it work, this sync
read code is modified. Pass in col instead of col - 1 to make it
consistent with other row mt code in VP9, and then add 1 in "while"
codition.

Change-Id: I4a0e487190ac5d47b8216368da12d80fec779c1a
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_ethread.c
vp9/encoder/vp9_firstpass.c