]> granicus.if.org Git - libvpx/commit
intrapred/d135: flatten border results before storing
authorJames Zern <jzern@google.com>
Fri, 5 Feb 2016 20:31:48 +0000 (12:31 -0800)
committerJames Zern <jzern@google.com>
Fri, 5 Feb 2016 20:31:48 +0000 (12:31 -0800)
commit05437805f79780ad3f6afdff1a845512adf27201
tree7b2fce0b12374fcb96060af545e2ab60eca9e9fc
parentf7b4364cbbe3863426fce30af2095978749c71aa
intrapred/d135: flatten border results before storing

the results along the top and left border are then stored with a moving
window into the vector.
~40-67% faster on ARM, ~40-77+% on x86 depending on the block size.

Change-Id: Iab369aa2946a3ae4eb7290d512868fe5db92dbc8
vpx_dsp/intrapred.c