ref: e5a1b214f713e67714dc221ee249847f825836ec
parent: 92824a9cbcc8cb21977d274864dac86fbbaf2aad
parent: b41acbf9bb173ff18fb2119936c55e55b6080fa2
author: Frank Galligan <[email protected]>
date: Thu Feb 13 04:52:48 EST 2014
Merge "Fix neon wide loopfilter for filter8 only branch"
--- a/vp9/common/arm/neon/vp9_mb_lpf_neon.asm
+++ b/vp9/common/arm/neon/vp9_mb_lpf_neon.asm
@@ -439,6 +439,9 @@
tst r7, #1
bxne lr
+ orrs r5, r5, r6 ; Check for 0
+ orreq r7, r7, #2 ; Only do mbfilter branch
+
; mbfilter flat && mask branch
; TODO(fgalligan): Can I decrease the cycles shifting to consective d's
; and using vibt on the q's?