shithub: libvpx

Download patch

ref: e5aaac24bb9f06ccd44505b0af6116b9ca3bd73f
parent: cc17629f30dce0096a2674716008ab5c57080874
author: Johann <johannkoenig@google.com>
date: Tue Feb 8 08:54:22 EST 2011

clean up bilinear filter

make reference version of bilinear_filters short.
use reference versions of bilinear_filters and sub_pel_filters when
possible.

recognize that Width was being passed into
filter_block2d_bil_first_pass multiple times. ARM version had already
fixed this. propegate to C.

change references to src_pixels_per_line to src_pitch and standardize on
src/dst (instead of input/output).

recognize that first_pass is only run in the verticle and second_pass
only horizontal. ARM version had already fixed this. propegate to C

Change-Id: I292d376d239a9a7ca37ec2bf03cc0720606983e2