shithub: libvpx

Download patch

ref: 8357292a5a9ff0cc09616c11c17cf4bf61503b3b
parent: 4efcf838330a18a4b7e8530e52b5892c5223a5ba
author: Adrian Grange <agrange@google.com>
date: Wed Jun 18 10:34:24 EDT 2014

Fix test on maximum downscaling limits

There is a normative scaling range of (x1/2, x16)
for VP9. This patch fixes the maximum downscaling
tests that are applied in the convolve function.

The code used a maximum downscaling limit of x1/5
for historic reasons related to the scalable
coding work. Since the downsampling in this
application is non-normative it will revert to
using a separate non-normative scaler.

Change-Id: Ide80ed712cee82fe5cb3c55076ac428295a6019f