clean up bilinear filter
authorJohann <johannkoenig@google.com>
Tue, 8 Feb 2011 18:54:22 +0000 (13:54 -0500)
committerJohann <johannkoenig@google.com>
Tue, 8 Feb 2011 22:42:54 +0000 (17:42 -0500)
commite5aaac24bb9f06ccd44505b0af6116b9ca3bd73f
tree26bf1aa6daef946b5cb05534ddd3219feaff7b98
parentcc17629f30dce0096a2674716008ab5c57080874
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
vp8/common/arm/armv6/bilinearfilter_v6.asm
vp8/common/arm/bilinearfilter_arm.c
vp8/common/arm/filter_arm.c
vp8/common/filter.c [moved from vp8/common/filter_c.c with 66% similarity]
vp8/common/filter.h [new file with mode: 0644]
vp8/vp8_common.mk