shithub: libvpx

Download patch

ref: f1600db3e4f7d2cecfc08d01ec58980073f555bc
parent: 0169a985d941cc14db9ce340b9a666eefcc7502c
author: Yunqing Wang <yunqingwang@google.com>
date: Tue Mar 28 07:27:31 EDT 2017

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