Don't copy borders for loop_filter_pick
authorJohann <johannkoenig@google.com>
Tue, 18 Oct 2011 01:21:10 +0000 (18:21 -0700)
committerJohann <johannkoenig@google.com>
Thu, 20 Oct 2011 01:54:14 +0000 (18:54 -0700)
commit7cdc986cdf590ede48daa4d54d73ef3d88b957ba
tree00cd29aaa5a415c4ab49a3db49a5497c98ccdeb3
parentc6fb97a376e2df5864105b0b0fe8daea89dc46d2
Don't copy borders for loop_filter_pick

During the _pick only the Y plane is examined. In addition, data beyond
the borders of the frame is not read.

Change-Id: Ic549adfca70fc6e0b55f8aab0efe81f0afac89f9
vp8/encoder/picklpf.c
vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm [new file with mode: 0644]
vpx_scale/arm/neon/vp8_vpxyv12_copyframeyonly_neon.asm [deleted file]
vpx_scale/arm/scalesystemdependent.c
vpx_scale/arm/yv12extend_arm.h [new file with mode: 0644]
vpx_scale/generic/scalesystemdependent.c
vpx_scale/generic/yv12extend.c
vpx_scale/generic/yv12extend_generic.h [new file with mode: 0644]
vpx_scale/vpx_scale.mk
vpx_scale/vpxscale.h
vpx_scale/yv12extend.h